Jump to content

mysql problem


eranwein

Recommended Posts

i have two tables: tblItem and tblItemColor.

i want to delete some records from the tblItemByColor table.

this is the query i'm trying:

DELETE FROM mydb.tblItemByColor
WHERE item_number = 10
AND (color_number = 6 OR color_number = 9)

no rows are effected by running it, although there are records with those properties.
Link to comment
https://forums.phpfreaks.com/topic/6392-mysql-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.