On 2014-02-05 12:38, Jan Møller wrote:
Ahh... very clever. Just to get it right. Since the index is on binB I assume that binA and binB should be switched in your examples. Thanks a lot, I'll try it out
You declared the table like this: CREATE TABLE myTable(binA BINARY(34) PRIMARY KEY, binB BINARY(21), value BIGINT); with binA BINARY(34) PRIMARY KEY which means that H2 would have implicitly created an index on binA -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
