The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Steps to reproduce:
CREATE DATABASE "TEST-DB";
CREATE TABLE PUBLIC.TEST_TABLE (
ID INT,
DESCRIPTION STRING
);
INSERT INTO PUBLIC.TEST_TABLE values (1, 'test');
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.