Jump to content

very simple query


Miko

Recommended Posts

Hi,

 

I'm trying to create a query that will get data from t1 and if not found go search in t2.

 

I have this for the moment:

 

SELECT * FROM tbl1, tbl2 WHERE tbl1.clnr = '$clnr' OR tbl2.clnr = '$clnr'

 

This kinda works but Instead of receiving 1 result I get the same result 100 times.

 

Anyone an idea? thanks :)

Link to comment
https://forums.phpfreaks.com/topic/193232-very-simple-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.