You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- users table
CREATE TABLE [users] (
id INTEGER,
name NVARCHAR(256),
CONSTRAINT users_pk PRIMARY KEY CLUSTERED (id)
)
GO
-- DUAL tableCREATEVIEWDUALASSELECT'X'AS X
GO
Platform
Current Schema
Current output (--export)
Expected output
The text was updated successfully, but these errors were encountered: