Whats teh syntax to delete a table i thought it was
DELETE TABLE `creature_names`
can anyone help?
lol nvm i got it. its
DROP TABLE 'creature_names'
Whats teh syntax to delete a table i thought it was
DELETE TABLE `creature_names`
can anyone help?
lol nvm i got it. its
DROP TABLE 'creature_names'
Lunar Gaming - Reaching For The Stars
you can just right click the table and delete it :P
Not if you're hardcore, using the console to do stuff![]()
im making it for my custom database project delete there old and in with my new : )
Lunar Gaming - Reaching For The Stars
You might want to
DROP TABLE IF EXISTS 'tablename';
true : ) i'll change the syntax rq good idea spidey
Lunar Gaming - Reaching For The Stars