DB Read with multiple LIKE

Perform a DB Read with multiple LIKE conditions in ChronoForms.

Overview

The user needed to query a database using multiple OR conditions with the LIKE operator.
Consult the ChronoForms manual, specifically the section on advanced database queries, to implement the correct syntax for multiple LIKE conditions.

Answered
ChronoForms v6
fl flashfs 21 Nov, 2017
Answer
1 Likes
Would appreciate if anyone can help me with this. I'd like to do a DB Read with multiple LIKE, for example: WHERE field LIKE 'value1' OR field LIKE 'value2'. Is it possible?

[edit] Already did it. There was something on manual that helped me, at page 26.
This topic is locked and no more replies can be posted.