On Thu, Jan 20, 2011 at 8:23 AM, Sunil Bhardwaj <
sbhard...@ipolicynetworks.com> wrote:

> Hi
>
> Please suggest, How can we use POWER(2,32) like function in SQLite?
>
>

This particular call or any with base 2 can be replaced with bitwise shift

SELECT 1 << 32

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

Reply via email to