3 lines
108 B
SQL
3 lines
108 B
SQL
SELECT 'CREATE DATABASE testing'
|
|
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'testing')\gexec
|