Hi,
I understand what the error is, but how do I delete a row anyway?
Basically I want to clear out the entire table but keep its structure, i.e., start over with an empty table, which I understand the truncate function does.
However, my tables are all interrelated and have foreign keys in them, so I'm guessing that's the problem. But how do you start from scratch in such cases like these without recreating the table structures all over again?
Thanks!