Home | History | Annotate | Download | only in dist

Lines Matching refs:INTO

292 ** sqlite_exec_printf() API to substitue a string into an SQL statement.
798 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
1209 "INSERT INTO sqlite_master(type,name,tbl_name,rootpage,sql)"
1236 zSelect = appendText(zSelect, "SELECT 'INSERT INTO ' || ", 0);
1316 ".import FILE TABLE Import data from FILE into TABLE\n"
1454 /* Parse the input line into tokens.
1648 char *zTable = azArg[2]; /* Insert data into this table */
1657 char **azCol; /* zLine[] broken up into columns */
1690 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO '%q' VALUES(?", zTable);