urex
06-04-2011, 06:57 AM
table1
rno m1 m2
23 35 45
table2
rno s1 s2
23 98 78
iam using above tables .is it possible to delete rno=23 datas(rows) from both table1 and table2 in a single query.i tried DELETE FROM table1,table2 WHERE rno=23. but it not works.is their any way?
rno m1 m2
23 35 45
table2
rno s1 s2
23 98 78
iam using above tables .is it possible to delete rno=23 datas(rows) from both table1 and table2 in a single query.i tried DELETE FROM table1,table2 WHERE rno=23. but it not works.is their any way?