Drunkenneo
Registered User.
- Local time
- Today, 10:07
- Joined
- Jun 4, 2013
- Messages
- 192
Here i have a situation i have a table where like below
Name | orderno | mail no | contact No |
---------------------------------------
a |123 |5555 | 553453 |
b |321 |8569 | 52353 |
a |123 |2344 | 553453 |
c |143 |567 | 553453 |
d |173 |6787865| 553453 |
Bad table
But i need a separate table where the entry of all the entries where a is coming only once.
Can this be possible.
Name | orderno | mail no | contact No |
---------------------------------------
a |123 |5555 | 553453 |
b |321 |8569 | 52353 |
a |123 |2344 | 553453 |
c |143 |567 | 553453 |
d |173 |6787865| 553453 |
Bad table

But i need a separate table where the entry of all the entries where a is coming only once.
Can this be possible.