SQL SERVER中delete [from] tablename where id=1
在ORACLE中delete tablename
1.删除数据
truncate table tablename
2.察看數據類型信息
describe tableName
SQL SERVER中delete [from] tablename where id=1
在ORACLE中delete tablename
1.删除数据
truncate table tablename
2.察看數據類型信息
describe tableName