> > 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.


just a and b or c...,like this.thank you! i am also think about the solution of 
this case.Do you have any ideas?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to