Hi all!
I have a table with a f_name field and I wan't to query a list of all the possible first names.
In other words, if the data were as such:
bob
john
david
john
bob
bob
mike
david
I'd want the output to be:
bob
john
david
mike
What's the query syntax for this?
TIA for any help!
Ahhk!