I wonder if it would be more release independent to use the other form of the INSERT statement, ie
INSERT INTO "user" (<list of columns>) VALUES(<list of values>)
This has the benefit of being independent of schema changes.
Sent from my Nexus 7 using Tapatalk
|