aplein Posted October 22, 2006 Posted October 22, 2006 Hello, I need urgently this code -------------------------------------------------------------------------------- update products p join products_description pd on p.products_id = pd.products_id set p.products_status = 0 where pd.products_description like '%12345%'; -------------------------------------------------------------------------------- for Mysql 3.23.58 Me there does someone know a helping? An update on MySql 4 or 5 cannot take place unfortunately yet!! Thank you. Greetings Alfred
Recommended Posts
Archived
This topic is now archived and is closed to further replies.