摘要: /*-- 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)
摘要: 需求描述:在ligerUI 的框架中中的grid 中点击某一列的数据链接到新的明细资料中。 解决方法: 在grid的columns的渲染事件中调用 " render: function (item) { return "<a href='' target='maingrid' style='text 阅读全文
posted @ 2016-12-05 18:57 hzf08 阅读(418) 评论(0) 推荐(0)
摘要: 在博客园逛了大半年了,看了很多大神的优秀文章,感觉博客园中真的有很多东西在工作中用得到。在此感谢各位的分享。 最近主要浏览跟数据库有关的博客,oracle 或者sql server ,从其中的基本语法,select 语句 到 建表,建立约束,索引函数 触发器,存储过程,等等都有很详尽的介绍。 所以也 阅读全文
posted @ 2016-12-01 19:25 hzf08 阅读(96) 评论(0) 推荐(0)