I am using a query to retrieve data from a btrieve dbase. The table I'm using has multiple lines of the same entry. How would I select just the first one?
Example:
1
1
1
1
1
2
2
2
2
I need to just get the first first entry of all the different entrys.. 1,2 and so on
Example:
1
1
1
1
1
2
2
2
2
I need to just get the first first entry of all the different entrys.. 1,2 and so on