Clean up header for uniform appearance throughout tests.

This commit is contained in:
Thomas G. Lockhart
2000-01-06 06:41:55 +00:00
parent 67ac38085c
commit d1e6368816
24 changed files with 54 additions and 35 deletions

View File

@ -1,8 +1,8 @@
--
-- VIEW queries
--
-- test the views defined in create.source
-- SELECT_VIEWS
-- test the views defined in CREATE_VIEWS
--
SELECT * FROM street;
SELECT name, #thepath FROM iexit ORDER BY 1, 2;