MySQL Forums
Forum List  »  PHP

Re: where clause is ambiguous
Posted by: Peter Brawley
Date: March 18, 2008 08:09PM

Then you seem to need

select DISTINCT state
from employees
where state='$state'
order by state asc;

PB

Options: ReplyQuote


Subject
Written By
Posted
March 03, 2008 01:05PM
Re: where clause is ambiguous
March 18, 2008 08:09PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.