/ Published in: SQL
Expand |
Embed | Plain Text
-- Simple create CREATE DATABASE dbname WITH OWNER dbowner ENCODING='UNICODE'; -- Create from a template CREATE DATABASE dbname WITH OWNER dbowner ENCODING='UNICODE' TEMPLATE=sourcedb;
You need to login to post a comment.
