binairy adding numbers -
03-07-2007
, 03:39 AM
Hello All,
Does anyone know how to translate this mysql statement into oracle
statement.
It's about calculate binairy numbers. Where the pipe is meant as a OR
operator.
SELECT (0|p.access_rights) as access_rights FROM userrights
Thanx Casper |