some question about the result.

wxdqz

New Member
table 1 and table 2 have no fields in common,my query is:
select * from table1,table2 where table1.col like '$search%' or table2.col like '$search%';

what's the result?
who can give me a example about select in mutitable.

Thanks a lot.
 
Back
Top