23.11.2010, 04:22
TRUNCATE
http://dev.mysql.com/doc/refman/5.1/...ate-table.html
//Oh, nevermind I thought you wanted to delete the whole table.
http://dev.mysql.com/doc/refman/5.1/...ate-table.html
pawn Код:
mysql_query( "TRUNCATE TABLE sometable" );
//Oh, nevermind I thought you wanted to delete the whole table.