摘要:
sql脚本 表结构设置 点击查看代码 if exists(select * from sys.objects where name='Department' and type='U') drop table Department create table Department ( --id iden 阅读全文
posted @ 2023-03-28 13:34
kk-ss
阅读(283)
评论(0)
推荐(0)
1 Scanner
2 顺序 选择 循环结构
3 break continue 阅读全文
1Java 基础知识点
2 注释 及运算符
3 数据类型 阅读全文