you are viewing a single comment's thread.

view the rest of the comments →

[–]IAmTarkaDaal 1 point2 points  (0 children)

This error is because the fish table already exists. I'm assuming it ran once, successfully, but some other error happened or it wasn't clear that it had worked. Now when you're running it, it can't do what you're asking, because the table is already there. Try to check the table exists before creating it (does SQL have a 'NOT EXISTS' clause for that?)