mirror of
https://github.com/postgres/postgres.git
synced 2026-05-27 11:01:40 -04:00
832c0a4ff1
what's being tested :)
12 lines
156 B
SQL
12 lines
156 B
SQL
--
|
|
-- VIEW queries
|
|
--
|
|
-- test the views defined in create.source
|
|
--
|
|
SELECT * from street;
|
|
|
|
SELECT * from iexit;
|
|
|
|
SELECT * from toyemp where name='sharon';
|
|
|