Hi...
I have two tables without primary keys and with a common field meterid...
I can't add a primary key to any of these tables...
Now i need to join both tables..
Can anyone write the query for this...plss...
select * from table1,table2 where table1.meterid=table2.meterid; isn't working...
The result of the above query is the multiple of rows...
Thanks in advance