В сообщении от Monday 07 July 2008 13:42:11 Raphaël KINDT написал(а):
> 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?

Why you write bits to database? You may create some bool fields.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to