Hello Manuel-
I have been using Metabase and MySQL for awhile now. I just started
playing around with PostgreSQL (using Metabase) last night. Looks like
SQL LIKE is case sensitive with PostgreSQL, and using ILIKE isnt portable.
Does the new Metabase Pattern Matching feature work this out? If so
could you please give an example using: "WHERE lastname like lastname%'"
I'm trying to produce the case insensitive results that MySQL would
return.
As always, thanks in advance.