摘要: /*-- by hzf-- function 字符串分割成的子串 返回的表-- time 2016年12月7日19:16:47-- modify-- select * from [dbo].[str_to_table]('A1,A2,A3,A4,sttt,stererere,123', ',')*/ 阅读全文
posted @ 2016-12-07 19:20 hzf08 阅读(265) 评论(0) 推荐(0)
摘要: with bomtmp as( select aMD001, aMD003, aMD006, aMD007, aMD008, 1 kind, aMB025 from BOMaMD join INVaMBTEM on aMB001 = aMD003 where aMD001 = '1011011801 阅读全文
posted @ 2016-12-07 08:43 hzf08 阅读(420) 评论(0) 推荐(0)