Hi Friends,
Table
-----
ID -- FId -- FVal
------------------
1 -- 15 -- 0
2 -- 15 -- 1
3 -- 16 -- 0
4 -- 16 -- 0
5 -- 17 -- 0
6 -- 17 -- 1
7 -- 17 -- 1
From this table values i want to take the
FId which has FVal =0 alone.
How can i get it?
Thanks,
Pimp
Table
-----
ID -- FId -- FVal
------------------
1 -- 15 -- 0
2 -- 15 -- 1
3 -- 16 -- 0
4 -- 16 -- 0
5 -- 17 -- 0
6 -- 17 -- 1
7 -- 17 -- 1
From this table values i want to take the
FId which has FVal =0 alone.
How can i get it?
Thanks,
Pimp
Comment