Friday 9 August 2013

Filter/query using OR?

Filter/query using OR?

I don't understand whats wrong with this CQL - It just checks if a new
users email or username would conflict with an already existing person:
select email,username from person where email=? or username=?
Am I supposed to break it up into two separate queries? It says:
line 1:33 missing EOF at 'or')

No comments:

Post a Comment