fritz
12/27/2019, 8:14 PM.
prepends differently.
That being said, you can easily get your results by using a UNION
like below:
SELECT * FROM file WHERE path LIKE '/Users/<username>/%'
UNION ALL
SELECT * FROM file WHERE path LIKE '/Users/<username>/.%';