blob: dd1837f797c6490229d1ea133ae5bec23fffc8a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--
-- 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';
|