File: create_to_del.sql

package info (click to toggle)
python-ecdsa 0.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,608 kB
  • sloc: python: 12,314; sh: 22; makefile: 14; sql: 12
file content (2 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
create table to_del (job_id VARCHAR NOT NULL, id INTEGER PRIMARY KEY);
insert into to_del select *, ROWID from work_items;