Update PostgreSQL example (#761)

This commit is contained in:
jordanjlatimer 2020-06-30 22:19:41 -06:00 committed by GitHub
parent f8ec911ff3
commit 0175d0bf66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1 @@
SELECT 'Hello World' as hello_message;
SELECT 'Hello World' AS hello_message;