html - Insert data with id on a table with auto-increment - WebSQL -
i'm trying import data websql database. on tables have auto-increment, prevents me inserting data normal insert into
query.
is there equivalent of set identity_insert (on/off)
websql or work around?
thanks
Comments
Post a Comment