永远都记不住的update多个字段
摘要:update table_name set A.c1=B.c1,A.c2=B.c2... from table_name A,table_name B where A.id='45223' and B.id='154156132'update T608 set (c890020031,c890020032)= (select count(c800020019),'1' from t608 where c800020019='1363' ) where c800020019='136'
阅读全文
posted @
2011-04-21 10:41
appleying
阅读(280)
推荐(0)
HTML表格中的nowrap
摘要:HTML中td元素的nowrap属性表示禁止单元格中的文字自动换行。但使用时要注意的是,td元素中nowrap属性的行为与td元素的width属性有关。如果未设置td宽度,则nowrap属性起作用的,如果设置了td宽度,则nowrap属性不起作用。
阅读全文
posted @
2011-04-11 17:20
appleying
阅读(246)
推荐(0)