ERROR: Cannot insert multiple commands into a prepared statement

hi ,my query is -

DROP TABLE IF EXISTS data.table;

SELECT *
INTO data.table
FROM
(
WITH ......)

and I get this ERROR: Cannot insert multiple commands into a prepared statement
why? I need to run multiple commands.

Hi @reli
Metabase currently does not support multi-statement queries:
https://github.com/metabase/metabase/issues/4050 - upvote by clicking :+1: on the first post