Drake Wilson <dr...@...> writes:

[...]

>   sqlite> select a, a+1 from (select random() & 65535 as a);
>   a       a+1
>   39692   39693

[...]

I'm just a little curious: what is the meaning of the & operator?
What is its effect? I'm not a C programmer so a simple explanation
would help me to understand.

greetings
Oliver

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to