View Single Post
Old 2004-03-14, 03:17 PM   #2
Entreri
WHO IS FONZY!?! Don't they teach you anything at school?
 
Join Date: Feb 2004
Posts: 42
Re: Removing rows from table

Quote:
Originally posted by xsiteu
I have tried the following:

SELECT * FROM `tblTgp` WHERE `date` LIKE '2003%'

will return the rows I would like to delete but

DELETE * FROM `tblTgp` WHERE `date` LIKE '2003%'
DELETE tblTgp WHERE date LIKE '2003%'

Entreri.
Entreri is offline   Reply With Quote