Selecting unique records from database table
Posted: Thu Jun 08, 2006 2:28 pm
I have a data table called 'orders' where customer history is posted and want to pull only unique email address from the table.
I'm starting with query:
do I use the 'unique' or operator?
thanks in advance...learning slowly but sure...
mc
I'm starting with query:
Code: Select all
$sql="SELECT email FROM orders ORDER ASC";thanks in advance...learning slowly but sure...
mc