linux_ws2122/examples/test.sql

3 lines
66 B
SQL

CREATE OR REPLACE VIEW "EMPLOYEES" AS
SELECT *
FROM dwh.employees;