MySQL Forums
Forum List  »  General

Re: CASE in select query
Posted by: Rick James
Date: April 05, 2012 07:45PM

He is saying
select srtevt,Eventcode,othfld1,othfld2,
Eventcode != srtevt AS evt_seq
from (tablename)

Boolean expression evaluate as 1 (true) or 0 (false).

Options: ReplyQuote


Subject
Written By
Posted
April 04, 2012 02:31PM
April 04, 2012 02:52PM
April 04, 2012 03:17PM
April 04, 2012 03:20PM
Re: CASE in select query
April 05, 2012 07:45PM
April 05, 2012 08:02PM
April 05, 2012 08:27PM


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.