INSERT
CautionInsert rows
INSERT INTO <table> (...) VALUES (...);
Adds new rows to a table.
Examples
INSERT INTO users (name,email) VALUES ('Taro','[email protected]');Add one row
Syntax
INSERT INTO <table> (<cols>) VALUES (<vals>);
Before you run it
Writes data; use a transaction/backup.
The same reference, with no signal at all
Every command and flow from this site, held on your device and searchable with no connection. Free to install, no ads.
Get it free on the App Store