Subject comparing column with constant value
Author Michal Žeravík
Hi there,

I'd like to use this construction :
SELECT userid, username, userid=3 isthis FROM users;

Is it possible to get 1 in column isthis when userid=3 ?

Michal