Home | History | Annotate | Download | only in orig

Lines Matching refs:INTO

309 ** sqlite_exec_printf() API to substitue a string into an SQL statement.
817 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
1274 "INSERT INTO sqlite_master(type,name,tbl_name,rootpage,sql)"
1302 zSelect = appendText(zSelect, "SELECT 'INSERT INTO ' || ", 0);
1398 ".import FILE TABLE Import data from FILE into TABLE\n"
1537 /* Parse the input line into tokens.
1727 char *zTable = azArg[2]; /* Insert data into this table */
1736 char **azCol; /* zLine[] broken up into columns */
1769 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO %s VALUES(?", zTable);