mirror of https://github.com/postgres/postgres
Second query in select_views.sql is replaced.
This commit is contained in:
parent
3ae4edb245
commit
11303a941f
File diff suppressed because it is too large
Load Diff
|
@ -5,8 +5,7 @@
|
|||
--
|
||||
SELECT * FROM street;
|
||||
|
||||
SELECT * FROM iexit
|
||||
ORDER BY 1, 2;
|
||||
SELECT name, #thepath FROM iexit ORDER BY 1, 2;
|
||||
|
||||
SELECT * FROM toyemp WHERE name = 'sharon';
|
||||
|
||||
|
|
Loading…
Reference in New Issue