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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -