hi...
i have the table like this,
id --------- name
--------------------
1 ---------- xxx
1 ---------- yyy
2 ---------- xxx
3 ---------- xxx
3 ---------- yyy
4 ---------- yyy
5 ---------- zzz
consider, one id is in more than one name. But,
I need the output like
id --------- name
--------------------
1 ---------- xxx
1 ---------- yyy
3 ---------- xxx
3 ---------- yyy
i will search using the field name, i give the search input is xxx and yyy.
i want the result, which are having the both values.
Thanks
S.Ashokkumar.
i have the table like this,
id --------- name
--------------------
1 ---------- xxx
1 ---------- yyy
2 ---------- xxx
3 ---------- xxx
3 ---------- yyy
4 ---------- yyy
5 ---------- zzz
consider, one id is in more than one name. But,
I need the output like
id --------- name
--------------------
1 ---------- xxx
1 ---------- yyy
3 ---------- xxx
3 ---------- yyy
i will search using the field name, i give the search input is xxx and yyy.
i want the result, which are having the both values.
Thanks
S.Ashokkumar.
Comment