0
点赞
收藏
分享

微信扫一扫

HarmonyOS之 应用程序页面UIAbility

巧乐兹_d41f 2023-09-28 阅读 39

创建分区表

CREATE TABLE `dept_partition`(
  `deptno` int, 
  `dname` string, 
  `loc` string)
PARTITIONED BY ( 
举报

相关推荐

0 条评论