随笔心得

记我所见,记我所想

BlogJava 首页 新随笔 联系 聚合 管理
  34 Posts :: 0 Stories :: 16 Comments :: 0 Trackbacks
update block set committee=null, groundarea=null, buildingarea=null, publicarea=null, otherdept=null, builddate=null, managedept=null, heatdept=null, memo=null, tem1=null, tem2=null, tem3=null where name!='志新小区'

update downwater2 set diameter=null,length=null where address!='志新小区'

update downwater1 set builddate=null,material=null,alllength=null where address!='志新小区'
posted on 2007-04-24 15:47 源自有缘 阅读(5944) 评论(4)  编辑  收藏

Feedback

# re: 数据库更新语句 2007-04-24 16:09 源自有缘
修改属性列
alter table block alter column otherdept varchar(200);
alter table t_politic1 add column content varchar(500);  回复  更多评论
  

# re: 数据库更新语句 2007-04-24 16:15 源自有缘
删除语句
delete from downwater1 where address!='志新小区'

delete from downwater2 where address!='志新小区'

delete from upwater1 where address!='志新小区'

delete from upwater2 where address!='志新小区'  回复  更多评论
  

# re: 数据库更新语句 2008-09-01 18:25 forgirls
http://www.crazycoder.cn/Tag/897/Index.html
好像更多一些  回复  更多评论
  

# re: 数据库更新语句 2009-03-12 11:35 lyf
不同如何处理?  回复  更多评论
  


只有注册用户登录后才能发表评论。


网站导航: