Skip to content
Ujjwal Gupta edited this page Oct 30, 2018 · 5 revisions

Insert

insert into TABLE_NAME ({column1:value1,column2:value2,...});

e.g -

INSERT INTO CUSTOMERS ("{ID:1,NAME:'Ramesh',AGE:32,ADDRESS:'Ahmedabad',SALARY:2000}");
Clone this wiki locally