Search
 
SCRIPT & CODE EXAMPLE
 

SQL

insert data in pgsql

INSERT INTO COMPANY (ID,NAME,AGE,ADDRESS,SALARY,JOIN_DATE) VALUES (1, 'Paul', 32, 'California', 20000.00,'2001-07-13');
Comment

PREVIOUS NEXT
Code Example
Sql :: postgres select max value 
Sql :: how to add CHECK constraint to a column in postgres 
Sql :: SQL loop with cursor 
Sql :: ora-01109 database not open in oracle 19c 
Sql :: begin transaction in sql 
Sql :: mysql first day of month date 
Sql :: SQL Server Get the current identity value of the table 
Sql :: get count of duplicate records 
Sql :: random name function in mysql for nvarchar 
Sql :: Add SuperUser MySQL 
Sql :: change column name in sql 
Sql :: select rows with same value in a column 
Sql :: mysql extract month from date 
Sql :: (PDOException(code: 2002): SQLSTATE[HY000] [2002] Permission denied at 
Sql :: mysqli last row 
Sql :: count columns psql(PostreSQL) 
Sql :: mysql set password for user 
Sql :: how to truncate all table in mysql workbench 
Sql :: sql column contains special character 
Sql :: declare variables sql 
Sql :: count column of tables psql 
Sql :: install sqlite npm 
Sql :: how to export only procedures mysql 
Sql :: sql count 
Sql :: mysql dump specific tables 
Sql :: sql views 
Sql :: sql drop column 
Sql :: drop primary key oracle 
Sql :: select list is not in group by clause and contains nonaggregated column codeigniter 
Sql :: t-sql create trigger 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =