Jump to content

Join query


aswini_1978

Recommended Posts

Can anyone help me out !!!!

I am currently using this query which is working fine

SELECT pid, name_last FROM TabA where pid Not In(select pid from TabB where encounter_class_nr=1 and is_discharged=0 ) order by date_reg desc


But its not working in MySQL 4.1 as subquery is not supported

So I want to solve this by join query...

Anyone can reply

Thanx a ton in advance





Link to comment
https://forums.phpfreaks.com/topic/29773-join-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.