On 9 Oct 2011, at 3:57am, 张一帆 wrote:

> i have some data like "a and b or c ...",there will be a word 'and' or
> 'or' which means the Logical relations between each item.

If you have "a and b or c" does that mean

(a and b) or c    OR
a and (b or c)    ?

How does your software know ?

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

Reply via email to