
coolkille
Novice
Mar 17, 2004, 5:15 AM
Post #1 of 1
(4523 views)
|
problem converting oracle sql to mysql
|
Can't Post
|
|
This is workong in Oracle. I nead it to work in mysql.. update phpmod_listings b set b.image = 1 where exists ( select a.listing_id from phpmod_listings_images a where a.id=b.id); Nead help.!
|