mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Second query in select_views.sql is replaced.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -5,8 +5,7 @@
|
|||||||
--
|
--
|
||||||
SELECT * FROM street;
|
SELECT * FROM street;
|
||||||
|
|
||||||
SELECT * FROM iexit
|
SELECT name, #thepath FROM iexit ORDER BY 1, 2;
|
||||||
ORDER BY 1, 2;
|
|
||||||
|
|
||||||
SELECT * FROM toyemp WHERE name = 'sharon';
|
SELECT * FROM toyemp WHERE name = 'sharon';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user