I need to generate a table without primary key. Its absolutely neccessary that the table dosen't have primary key. Please help.
Subsonic generate table without primary key
subsonic
subsonic
I need to generate a table without primary key. Its absolutely neccessary that the table dosen't have primary key. Please help.
Best Solution
Is there any reason you cannot use something like sequences?
EDIT:The way I wrote this was kinda dumb because once you reboot the app. you'll get duplicate keys.. You should use a sequence provided by the DB. Sorry about that.