Hi,
I'm struggling with the syntax for a SQL query on Excel using PAD. I want to return rows WHERE [COLUMN] CONTAINS the letters 'Civ'. This could be anywhere in the string. If I use %Civ% then PAD looks for a variable called Civ rather than using the % characters as wild cards.
I have tried creating a variable called Civ with Civ set as the variable value but that doesn't work.
How do you achieve this in PAD?
Any help appreciated