会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我来偷MM
博客园
首页
新随笔
联系
订阅
管理
2017年5月8日
Oracle与MySQL的SQL语句区别
摘要: 2 表 2.1 创建表(同) create table tableName( columnName1 int, columnName2 int ) 2.2 删除表(异) MySQL: drop table if exists tableName Oracle: drop table tableNam
阅读全文
posted @ 2017-05-08 15:45 我来偷MM
阅读(25025)
评论(4)
推荐(3)
编辑
公告