Lines Matching refs:VALUES
419 ** format string and subsequent arguments are values to be substituted
659 "UPDATE", "USING", "VACUUM", "VALUES", "VIEW", "VIRTUAL", "WHEN", "WHERE",
1213 ** bytes of UTF-8. The <n> and <size> values are expressed as an ASCII
1410 ** These are the allowed shellFlgs values
1416 #define SHFLG_PreserveRowid 0x00000010 /* .dump preserves rowid values */
1436 #define MODE_Quote 6 /* Quote values as for SQL */
2020 raw_printf(p->out," VALUES(");
2118 " VALUES(coalesce((SELECT (max(tno)+100)/10 FROM selftest),10),\n"
2139 " VALUES('run','PRAGMA integrity_check','ok');\n"
2294 ** Display a single line of status using 64-bit values.
2995 "VALUES('table','%q','%q',0,'%q');",
3023 ** In other words: "INSERT INTO tab(rowid,a,b,c,...) VALUES(...)"
3024 ** instead of the usual "INSERT INTO tab VALUES(...)".
3155 " csv Comma-separated values\n"
3160 Values delimited by \"|\"\n"
3162 " tabs Tab-separated values\n"
3164 ".nullvalue STRING Use STRING in place of NULL values\n"
3186 ".show Show the current values for various settings\n"
3200 " Negative values right-justify\n"
3803 "INSERT OR IGNORE INTO \"%s\" VALUES(?", zTable);
4319 ** in the schema of the main database. The column values are:
4350 ** These six values are used by the C logic below to generate the report.
5031 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO \"%w\" VALUES(?", zTable);
6036 zSep = "VALUES(";
6939 " -nullvalue TEXT set text string for NULL values. Default ''\n"