创建表时,是否可以声明多个列具有相同的类型而不重复提及类型?

时间:2017-12-21 16:10:56

标签: mysql

在mysql中创建表时,如果我声明多个列具有相同的类型,是否可以在不重复提及类型的情况下声明它?

例如:

create table courseMarks ( mark1 integer, mark2 integer, mark3 integer, mark4 integer, mark5 integer, mark6 integer);

我用google搜索" mysql创建了几个相同类型的列#34;但无法找到解决方案,或者我错过了一些东西。

感谢。

1 个答案:

答案 0 :(得分:1)

不可以,数据类型不是一个兼性论据,因为你可以在Mysql Documentation

中看到它

兼性论据在[...]