linux_ws2122/examples/test.sql
Markus Pesch fed26c8bbd
All checks were successful
continuous-integration/drone Build is passing
Initial Commit
2021-10-13 19:25:16 +02:00

3 lines
66 B
SQL

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