Closed vasili111 closed 1 year ago
Hello,
Yes, that is correct, and this distinction is noted both on Page 81 of the second edition and in the code for that exercise here: https://github.com/anthonydb/practical-sql-2/blob/main/Chapter_06/Chapter_06.sql#L28
There are still a great many users working on versions 13 and older of PostgreSQL, so I don't believe this is an issue as long as it is clearly stated in both the book and the repo.
From here: https://www.postgresql.org/docs/14/release-14.html
"!" Mentioned on p.78 in table. Also, on p.80 there is a code:
SELECT 4 !;
that gives an error: