Hey,
I am trying to convert my web application from Postgresql to oracle....want to give the clients an option. Anyway, amoung the many differences in sql, I am wondering if there is a way to do bitwise comparision in oracle. This is the query I use in postgresqlS:
Thanks for the help.
Hope I was clear
Later
I am trying to convert my web application from Postgresql to oracle....want to give the clients an option. Anyway, amoung the many differences in sql, I am wondering if there is a way to do bitwise comparision in oracle. This is the query I use in postgresqlS:
Code:
SELECT actor_id
FROM actor_preferences, user_bitmasks
WHERE user_bitmasks.name like 'Entry' AND atp_user_mask ~ user_bitmasks.bitmask
Thanks for the help.
Hope I was clear
Later