AUTOMATION WITH ANSIBLE techsolution October 01, 2021Chapter 1- What is Ansible? CHAPTER 1- AUTOMATION WITH ANSIBLE CHAPTER 2-Install & configure ansible server nodes for manage inven... Read More
Part 8 : Trigger in PostgreSQL techsolution October 01, 2021Exercise for manage trigger Step 1: Create table drop table test1,test2 ; create table test1 (id serial primary key ,name varchar); creat... Read More
Part-18 STRING FUNCTION | CONCAT | CONCAT_W IN Postgres techsolution September 27, 2021To concatenate two and more strings into one, you can use || the string concatenation operator select 'MY' ||' ' ||'L... Read More
Mysql funcation techsolution September 25, 2021How to create function in mysql many examples DELIMITER $$ CREATE DEFINER=`skyaws`@`%` FUNCTION `calRh1730ForDS`(_data_date DATE,_stationI... Read More
Which command help us to find the used commands in Linux system? techsolution September 20, 2021HISOTRY Command In linux there is a very useful command to show that have been recently used. The command is simply called history, In o... Read More
Part-19 Data Types :- UUID | JSON | HSTORE | ARRAY | User-defined techsolution September 16, 2021 UUID: value is 128-bit quantity generated by an algorithm that make it unique it relies on the third-party modules It is specific algorithm... Read More
Part 1 : CREATE TABLE DECLARE VARIABLE & Alter table IN POSTGRES techsolution September 12, 2021CREATE TABLE public.aic_user_mapping ( id integer NOT NULL DEFAULT nextval('aic_user_mapping_id_seq'::regclass), user_id integer... Read More