I have a SQLite DB that has a bunch of prefixes in it I want to see if the line I have matches one or more of the prefixes
Cannot figure out how to say something like this
Can the SQLite Column be on the right side of this statement?
'
Cannot figure out how to say something like this
B4X:
"Select * for PrefixFile where <line> LIKE PrefixData%" ' where PrefixData is a Field in the PrefixFile that I want to LIKE on
Can the SQLite Column be on the right side of this statement?
'