mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-17 11:57:00 +08:00
Second query in select_views.sql is replaced.
This commit is contained in:
@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user