Strange query error with 'trac%'
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2025 10:44 AM
Hi All,
I've encountered what seems like a very specific bug.
For some reason, running a query with the following where clause results in an execution error.
where lower(organization_name) like '%trac%'
There's no execution error when trying "tra" and it works with any other 4th letter in the string (trab, trad, traf, etc). It also doesn't work with any string longer than "trac" like "tracksuit" does not work either.
See a video of testing the error attached. Also error output log is attached.
We're on serverless compute, so this seems like a bug? Wondering if anyone has any thoughts