sf-static/sql/modules/views/pgsql/templates/view.php

3 lines
111 B
PHP
Raw Normal View History

2023-02-28 18:21:07 +00:00
CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW name [ ( column_name [, ...] ) ]
AS
(SELECT * FROM ...)