Open topic with navigation
Creates a new table in the database.
CREATE TABLE table_name (
column1 datatype,
column2 datatype,
column3 datatype,...
);
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.