I currently have a column-based fetch with the same value.
"SELECT * FROM users WHERE uuid = ?"
But what if I want to return a row based on one of the columns containing the "string value"? Some pseudo-code would be:
SELECT * FROM users WHERE column CONTAINS mystring
Any help is appreciated, I was looking for other answers, but to no avail.
sqlite
Thatguy343
source share