Open topic with navigation
データベースに新しいテーブルを作成します。
CREATE TABLE table_name (
column1 datatype,
column2 datatype,
column3 datatype,...
) ;
Copyright ©2002-2023.Cloud Software Group, Inc.All Rights Reserved.