Dami posted this at 18:14 — 3rd May 2002.
She has: 88 posts
Joined: Sep 2001
If so, what's the syntax?
If not, how do you get rid of unwanted tables??
Thanks,
mairving posted this at 18:47 — 3rd May 2002.
They have: 2,256 posts
Joined: Feb 2001
Pretty easy to do:
<?phpdrop tablename;?>
This deletes the table and everything in it.
Dami posted this at 19:33 — 3rd May 2002.
Thank you. The Drop command didn't come to mind.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
mairving posted this at 18:47 — 3rd May 2002.
They have: 2,256 posts
Joined: Feb 2001
Pretty easy to do:
<?php
drop tablename;
?>
This deletes the table and everything in it.
Dami posted this at 19:33 — 3rd May 2002.
She has: 88 posts
Joined: Sep 2001
Thank you. The Drop command didn't come to mind.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.