创建分区表
CREATE TABLE `dept_partition`(
`deptno` int,
`dname` string,
`loc` string)
PARTITIONED BY (
HarmonyOS之 应用程序页面UIAbility
阅读 39
2023-09-28
CREATE TABLE `dept_partition`(
`deptno` int,
`dname` string,
`loc` string)
PARTITIONED BY (
相关推荐
精彩评论(0)