Displaying 1 result from an estimated 1 matches for "another_something".
2005 May 19
5
[OT] Sqlite2 question
..._val'', '''', '''', '''',
''some_other val'', '''', '''', '''', '''')
Assuming a my_table def like:
CREATE TABLE my_table (
id,
something,
something_else,
another_something,
etc etc);
So, modifying those INSERT statements suck. vim helps a little bit
using record, but it''s still painful.
It would help a lot if I could get sqlite to dump its insert
statements in the following psuedoformat:
INSERT INTO my_table (id=''some_id'', something=...