Hi!

Pag wrote:
If i was too confusing, maybe this helps: How can i delete the records whose "num" field is 4,78,34 and 23, all in one command? Something along "delete * in 'table' where num=1 and num=13 and num=34" etc.

"DELETE FROM table WHERE num=1 OR num=13 OR num=34"


or better:

http://www.mysql.com/doc/en/index.html --> search for "delete" :o)

Bye,
phly


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to