Hi, im trying to delete a record from a table where the value of a field
must be equal to the value of a field of another table.............I know
this is wrong but I need to show you what I mean. I think I'm missing a very
important select statement to join them...........................can anyone
help me out?


sql="Delete from table1 where table1.value = table2.value"


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to