Home
About
API
PageRenderTime 20ms CodeModel.GetById 19ms app.highlight 0ms RepoModel.GetById 1ms app.codeStats 0ms
/p/postgresql.sql
http://github.com/AdamHarte/hello-world
SQL | 1 lines | 1 code | 0 blank | 0 comment | 0 complexity | e401a7764f997aedd5c351a39319a0ff MD5 |
raw file
1
SELECT
'
Hello World
'
as
hello_message
;