Friends, for value of fist column in csv, any of the following do not work
(e.g.   '', null, 'null' )

,'name1' 
'','name2' 
null,'name3' 
'null','name4' 

Table is
Create table t1
{
 id INTEGER PRIMARY KEY,
 name TEXT
}


No workaround to import null value from csv file for INTEGER PRIMARY KEY ?


Thanks for helping.
Rohit

-- 
View this message in context: 
http://www.nabble.com/import-operation---primary-key-need-to-be-automatically-generated-by-SQLite-%28not-from-csv-file%29-tf3360094.html#a9388070
Sent from the SQLite mailing list archive at Nabble.com.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to