blob: c86094016acc73c1e2b5f178457846610326f6b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--
-- VIEW queries
--
-- test the views defined in create.source
--
SELECT * FROM street;
SELECT * FROM iexit
ORDER BY 1, 2;
SELECT * FROM toyemp WHERE name = 'sharon';
|