I have a CSV file uploaded to an S3 bucket. I want to return rows that match a substring of a field Display
. What's the right SELECT syntax?
This returns 0 rows:
"select * from s3object s where 'substring' in s.Display LIMIT 100"
Thanks for your help!