mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-18 12:26:59 +08:00
12 lines
182 B
SQL
12 lines
182 B
SQL
--
|
|
-- SELECT_VIEWS
|
|
-- test the views defined in CREATE_VIEWS
|
|
--
|
|
|
|
SELECT * FROM street;
|
|
|
|
SELECT name, #thepath FROM iexit ORDER BY 1, 2;
|
|
|
|
SELECT * FROM toyemp WHERE name = 'sharon';
|
|
|