Hi,
> What is "column separated" does this mean comma separated?
You are right, it should read 'comma separated'
> CALL FTL_CREATE_INDEX('PUBLIC', 'myTable', 'Column1,Column2');
The identifiers need to be written in uppercase unless you use quotes
names, as internally all identifiers are converted to uppercase (which
is a bit ugly I agree; I hope to make that optional in the future):
CALL FTL_CREATE_INDEX('PUBLIC', 'MYTABLE', 'COLUMN1,COLUMN2');
Regards,
Thomas
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.