Hello,

I use an events table which looks like this:

CREATE TABLE events(
   time           REAL NOT NULL,
   detections     BLOB);

I want to select all events which have the BIT3 of detections field enable
between two time.
How can I do that with the SELECT request?

Thanks in advance...


------------------------------
Ing. KINDT Raphaël

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

Reply via email to