- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Like is wildcard match in SQL, generally used with '%':
All supported RDBMS' in ACC ship with regex engines. E.g. for Postgres:
The desired functions can be used in ACC by adding to its function list or by turning off its whitelist via setting xtk:option XtkPassUnknownSQLFunctionsToRDBMS to 1.
Thanks,
-Jon