hi,
In my table, studentId has multiple values..e.g
studentId
['dfd','34343','fc041a4b']
['df','34343']
select * from StudentResultData where studentId != 'fc041a4b'
I think this query is returning only the first Row , but how can it returns me both the rows.. pls help. Is there a way ?


