mirror of
https://github.com/postgres/postgres.git
synced 2026-02-13 15:53:13 -05:00
11 lines
182 B
SQL
11 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';
|
|
|