Hello!

You need to provide a complete test case. Something like

CREATE TABLE XXX(XYZ VARCHAR(100), …);
INSERT INTO XXX(XYZ, …) VALUES (…);
SELECT * FROM XXX WHERE LOWER(XYZ) = 'somevalue';

-- 
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 h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/31c23582-e45e-4ae6-8d5c-bb6323c431f8n%40googlegroups.com.

Reply via email to