Hello,

I'm using the H2 database for testing of a Spring Boot applicaiton.

I use it in MySQL compatibility mode as the production code runs against a 
MySQL 5 database.

I have a query which involves a fulltext search. I see H2 supports fulltext 
but when I use "MATCH(col1, col2, col3) AGAINST ('word')", H2 throws the 
error that MATCH() is not a known function.

Is MATCH() not supported?

-- 
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 https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to