Hi,
how can i update some bits of a NUMBER ?
I would like to do something like this :

update myfield
set BIT n°1 = 1

I have ever seen BITAND and DECODE function in documentation but is it possible to use it with an update statement ?

thanks