Hi.

I'm trying to run a query like this but it fails to parse.

select (stop-start+1)/length as proportion where proportion > 0.95

The complaint is:
ibis::selectParser encountered syntax error, unexpected numerical value at 
location (stop-start+1)/length as proportion:1.11-12

It works if I change it to:
select (1+stop-start)/length as proportion where proportion > 0.95

Andrew
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to