I really need to be able to DECLARE/SET variables in the SQL Editor in the INPUT tool. I've only found "Use the Alteryx GUI Instead" as an option in the community fora, but that is not an acceptable option for me since my SQL code sets are used both with and without Alteryx.
Is there any syntax I can use that will allow me to implement this type of SQL command in Alteryx?
DECLARE @Start AS DATE;
SET @Start = '1/1/2023';