Please use below syntax, Create schema test_schema; --create schema Get schemas; --get all schemas; Show schema; --show current schema Set schema test_schema; --set schema to specific schema
Best regards, Yuan -----Original Message----- From: Bin Lin [mailto:[email protected]] Sent: Wednesday, September 13, 2017 8:53 AM To: [email protected] Subject: create database Hi there, I am trying to create a database in trafci interactive mode. I use the command `create database mydatabase`. But it failed. I couldn't find examples online about how to create a database and how to check all existing databases. Thank you for your information. Best, Bin
