The records I'm displaying have no key, so this makes it harder...
Basically, I have a table that looks like this:
USER-A
USER-B
USER-C
USER-D
I want to be able to display only the third value... any ideas?
I think the best way would be to do a sort and then a select on the third value, I just have no clue how to do it!
Thanks!
Basically, I have a table that looks like this:
USER-A
USER-B
USER-C
USER-D
I want to be able to display only the third value... any ideas?
I think the best way would be to do a sort and then a select on the third value, I just have no clue how to do it!
Thanks!