SQL syntax
#1

Hey,

Anyone know the right syntax for a mysql delete query? Please post it here.

Thanks,
Danny
Reply
#2

Look it up on dev.mysql.com?

Code:
DELETE FROM tablename WHERE column = 'somevalue';
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)