Also one more question:
Can someone show query that will fetch all rows match to this condition:  (
AA:(part 2>= BB)  ) or ( key == (BB:CC) )

2012/3/19 Michael Cherkasov <michael.cherka...@gmail.com>

> Hello,
> Assume that we have table like this one:
>
> Key:        Columns names:
> AA:AA     1:A 1:B 1:C 2:A 2:C
> AA:BB     1:C 2:A 2:C
> AA:CC     2:A 2:C
> AA:DD     1:A 1:B 1:C
> BB:AA     1:A 1:B 2:C
> BB:BB     1:A 1:B 1:C 2:C
> BB:CC     1:A  2:A 2:C
> BB:DD     1:A  1:C 2:A 2:C
>
> Is there any way to take rows with first key's part equals AA and second
> more or equal BB?
> I'm interesting about Hector code.
>

Reply via email to