Hi,

Is there an example on how to set multiple values for a column for one row.

For example

a:1,2,3  b:23,343 c:23,123 metric1:12 metric2:34

The following queries should include this row in the result

select from table where a=1
select from table where a=2
select from table where a=1 and b=23
select from table where a=1 or b=99 or c=89

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

Reply via email to