Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
To create new records, use INSERT statements.
INSERT INTO <table_name> ( <column_reference> [ , ... ] ) VALUES ( { <expression> | NULL } [ , ... ] ) <expression> ::= | @ <parameter> | ? | <literal>
Was this page helpful?