MySQL Forums
Forum List  »  Newbie

Re: Why "WHERE last_name <= 'Z'" does not return last name starting with Z?
Posted by: Peter Brawley
Date: March 16, 2021 08:56AM

Because 'Za' > 'Z' ...

select 'Za' <= 'Z', --> 0

Options: ReplyQuote


Subject
Written By
Posted
Re: Why "WHERE last_name <= 'Z'" does not return last name starting with Z?
March 16, 2021 08:56AM


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.