Hi!
I'm using Input Data Tool with SingleStore and want to execute an anonymous code block.
I inserted it into the "Table or Query" field.
From ODBC traces, I'm seeing that Alteryx runs SQLNumResultCols after calling SQLPrepare but before calling SQLExecute.
Anonymous code blocks can contain Control flow statements and thus the result schema can't be determined before the query is actually executed. As a result, I'm getting "No columns returned" error.
The same problem happens when I'm trying to call stored procedure in "Table or Query" field.