I ran into a scenerio this morning
I made a table with no relations or primary id
It is an error log table basically
I went to delete a row and I got an error of
Cant delete row because it does not make them unigue or it alters multiple rows(3)
I didnt want this by no means, what did i not sdet right and how do you delete the rows without deleting the table and starting out new again?
Davids Learning
hi,
you'll often see this kind of problems on a table without a primary key... try defining one..
regards
|||It wouldnt let me do that, so I deleted the table and started again(no big loss), but I did make a primary this time!
Thanks
Davids Learning
No comments:
Post a Comment