2020-03-16 08:38:22 -04:00

17 lines
355 B
SQL

---------------------------------------------------------------------------
-- Practical SQL: A Beginner's Guide to Storytelling with Data, 2nd Edition
-- by Anthony DeBarros
-- Chapter 1 Code Examples
----------------------------------------------------------------------------
-- Listing 1-1: Checking your PostgreSQL version
SELECT version();