操作系统类型支持的操作系统版本WindowsWindows Server 2019 数据中心版 64位英文(40GB)Windows Server 2019 数据中心版 64位简体中文(40GB)Windows Server 2016 标准版 64位英文(40GB)Windows Server 2016 标准版 64位简体中文(40GB)Windows Server 2016 数据中心版 64位英文(40GB)Windows Server 2016 数据中心版 64位简体中文(40GB)Windows
update test_table set age=31 where id=1;查询更新后的表数据。select * from test_table where id=1;删除表中id为1的数据。delete from test_table where id=1;删除表结构。drop table test_table;删除数据库。drop database test_db;