摘要: 自动换行: <text class='row-text'>{{item.comment}}</text> css: .row-text{ text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; d 阅读全文
posted @ 2018-06-28 15:54 baby孔祥超 阅读(691) 评论(0) 推荐(0) 编辑
摘要: merge into的形式: MERGE INTO [target-table] A USING [source-table sql] B ON([conditional expression] and [...]...) MERGE INTO [target-table] A USING [sou 阅读全文
posted @ 2018-06-28 11:43 baby孔祥超 阅读(224713) 评论(6) 推荐(14) 编辑
摘要: 例如: 当查看的是B列的重复值时:=IF(COUNTIF(B:B,B1)>1,"重复","") 阅读全文
posted @ 2018-06-28 10:05 baby孔祥超 阅读(321) 评论(0) 推荐(0) 编辑