摘要: Oracle修改数据 *update语句 格式: update table_name set column1=value1,…[where conditions] 例子: update userinfo set userpwd=“12345” where username=“xxx”; *删除数据 阅读全文
posted @ 2018-10-26 17:47 贰零一八 阅读(517) 评论(0) 推荐(0)