I love HeidiSQL and have used it for a few years now. Just today however I found myself needing to use regexp - just to find columns that start with capital letters (or not). However, I can't for the life of me figure out how to use it in this program and I'm not unfamiliar with regexp itself.
I was using Llama-3-70b to help me code some queries and it suggested REGEXP_LIKE('^[A-Z]') or similar - that doesn't exist. Then it suggested I use RLIKE instead; that didn't outright error but doesn't seem to do anything either.
I found the REGEXP_INSTR and REGEXP_SUBSTR under the right click > insert function > string stuff, but I can't figure out those either. They also don't seem to do anything or I don't understand how they work at any rate. I tried this in both actual queries and also in filters, neither seemed to work.
Would appreciate any help.