Sybase code has has where clause: where a & b=c -


i have code below:

select id,role,unit
user_id i,user_rol r,unit u
unit_grp_catg_map_c & ib_unit_grp_catg_c = ib_unit_grp_catg_c

can explain me & , how works?
cannot find on internet

& stands bitwise , operation, here have details.


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -