Weird SQL query problem

wxdqz

New Member
I have this SQL query :

select A.Name, B.Age from A inner join B on A.ID=B.ID

.. on two MySQL DB tables namely A and B. But it results in a "Warning: Supplied argument is not a valid MySQL result resource in ... " message.

What's wrong with the above SQL query syntax. Any help is appreciated!
 
Back
Top