Hello everyone!!
I am trying to select values from a database table, but I only want it to select each value once.
Eg) I have two records
record a, car, ford
record b, truck, ford
In this example I only want to select "ford" once. Is this possible. How is this done??
Any help would be greatly appreciated!
Thank you!