It looks like you're new here. Sign in or register to get started.
USE WAREHOUSE WAREHOUSENAMESELECT *FROM "RAPIDMINER"."PUBLIC"."AUTHORDATASET" Exception: com.rapidminer.core.io.data.DataSetException Message: SQL compilation error: syntax error line 2 at position 0 unexpected 'SELECT'.
USE WAREHOUSE WAREHOUSENAME;SELECT *FROM "RAPIDMINER"."PUBLIC"."AUTHORDATASET"
Answers
have you already tried to add a semicolon between the queries?
Otherwise it's also possible to set the warehousename either as a jdbc property or via the jdbc url.
Greetings,
Jonas