This piece of code is not working with NULL values. there are some categories in db that have no specialty but this code showing them not null and displaying the previous record values for null records
Full code:
OUTPUT:
======
Thanks & best regards
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
posted
0
Hello,
Can you please help me?
Best regards
Fatih Keles
Ranch Hand
Joined: Sep 01, 2005
Posts: 182
posted
0
If I were you I would re-write my queries as one sql using right join.
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
posted
0
Fatih Keles wrote:If I were you I would re-write my queries as one sql using right join.
Thanks for your reply
I split queries as I have to use this data to populate combo boxes. Can you please get me some query example as to how can I proceed?
Best regards
Fatih Keles
Ranch Hand
Joined: Sep 01, 2005
Posts: 182
posted
0
May be something like this
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
posted
0
Thanks for your reply
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.