Is there a way to safely use unsanitized data in a SQL query within the “Import from database” or similar steps?
I need to parameterize a SELECT statement using user provided data and I can’t see a way to do this without there being the possibility of a SQL injection attack.
