I have a python script that generates a simple sql as string.
SQL = “select a, b, ‘apples’ as Name”
And I would like to pass this string (sql) to an exe file (