開啟mysql數(shù)據(jù)庫,mysql數(shù)據(jù)庫如何創(chuàng)建topic表?
我的回答:
可以使用下面的SQL語句去創(chuàng)建topic的表:
create table if not exists topic (column_name column_type);
我的回答:
可以使用下面的SQL語句去創(chuàng)建topic的表:
create table if not exists topic (column_name column_type);