Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I m working in Mysql database. I have loaded sum text file (contains 6000 entries and there are 3 fields )in it via the desired query, after loading i want to show the unique record of every separate field.

"i want to show the unique record of every separate field"
I'm not clear what you mean by this.
Do you mean that for each field, you want to show all of the unique values in the table?
If so, you'd need a separate query for each field. For example:
select distinct field1
from table
This will give you the contents of field1, without displaying duplicate values.

![]() |
Installing Apache for Win...
|
select statement help!
|

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |