I can't remember how to erase everything in a table. Anyone know real quick?
Erase everything in a table
Started by Paradine, Nov 08 2006 12:22 PM
5 replies to this topic
#1
Posted 08 November 2006 - 12:22 PM
|
|
|
#2
Posted 09 November 2006 - 09:39 AM
DELETE FROM table_name
#3
Guest_Jordan_*
Posted 09 November 2006 - 10:06 AM
Guest_Jordan_*
Or you could use
TRUNCATE [TABLE] tbl_name
as well
TRUNCATE [TABLE] tbl_name
as well
#4
Posted 12 November 2006 - 11:32 AM
That works, thank you!
How do I delete all of the tables from a database now?
How do I delete all of the tables from a database now?
#5
Posted 12 November 2006 - 05:03 PM
Not 100% but I think its 'DROP tablename'
#6
Posted 20 November 2006 - 08:05 AM
Jimbo said:
Not 100% but I think its 'DROP tablename'
That is correct.


Sign In
Create Account


Back to top









