Jump to content

JOIN Problem


atitthaker

Recommended Posts

Hi @ll,

 

I have two tables t1 and t2, now I am doing t1 LEFT JOIN t2.

 

In the where clause I need to test some condition against table t1. So I am putting the condition like t1.fld_name = <some_val>.

and this does not match with any row. If I am having count(t1.field1), it shall get count "0" for that row, but it is not generating result for that row.

 

As the condition I am putting, is being generated dynamically and I can't append it to the JOIN. What is the solution for above stated problem??

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/55693-join-problem/
Share on other sites

So I am putting the condition like t1.fld_name = <some_val> and this does not match with any row. If I am having count(t1.field1), it shall get count "0" for that row, but it is not generating result for that row.

Why are you expecting a result if you are getting a zero row count ?

Link to comment
https://forums.phpfreaks.com/topic/55693-join-problem/#findComment-275235
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.