mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-17 11:57:00 +08:00
11 lines
181 B
SQL
11 lines
181 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';
|