I am wanting to search a PostGIS database using a Contains or Like query to search strings for a partial match.
My last attempt is proprietor_1 LIKE '@Value(Name)'
I also tried CONTAINS(proprietor_1, '@Value(Name)')
proprietor_1 is in my PostGIS
Name is in my routine
Any assistance with queries would be great.