mirror of
https://github.com/postgres/postgres.git
synced 2026-03-05 14:54:02 -05:00
10 lines
181 B
SQL
10 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';
|