会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
学习日志
博客园
首页
新随笔
联系
管理
--7、学期表(表)
--
7、学期表
create
table
term
(
term_id
int
identity
Primary
key
,
--
学期编号
term_name
varchar
(
10
)
not
null
,
--
学期名称,形如20061,20072
term_date
smalldatetime
not
null
,
--
起始时间
term_date1
smalldatetime
not
null
--
结束时间
)
posted on
2007-05-06 17:47
石川
阅读(
176
) 评论(
0
)
收藏
举报
刷新页面
返回顶部