相信自己!

            BlogJava :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
            26 隨筆 :: 3 文章 :: 13 評論 :: 0 Trackbacks

          2007年10月29日 #

               摘要: connect by prior  閱讀全文
          posted @ 2008-10-30 18:10 北極雪 閱讀(280) | 評論 (0)編輯 收藏

               摘要: javascript打開outlook  閱讀全文
          posted @ 2008-10-07 10:33 北極雪 閱讀(1052) | 評論 (3)編輯 收藏

           

          select /*t5.emp_name as sale_name,
                 t9.emp_name as cs_name,
                 t5.dept_name,
                 t5.friend_id,
                 t5.friend_name,
                 t5.contract_number,
                 t5.total_value,
                 t5.so_id,
                 t5.start_date,
                 t5.end_date,
                 t5.friend_phone*/
                 count(*)
            from (select t1.cust_id as friend_Id,
                         t1.so_id,
                         t1.emp_id,
                         t2.emp_name,
                         tf.friend_name,
                         t3.dept_name,
                         tf.friend_phone,
                         t1.so_code as contract_number,
                         t1.so_amount as TOTAL_VALUE,
                         t1.so_delivery_date as START_DATE,
                         t1.so_PAYMENT_DATE as END_DATE
                    from tc_sales_order_m t1,
                         tc_employee t2,
                         tc_department t3,
                         tc_friend tf
                   where t1.owner_id = 1
                     and t2.owner_id = 1
                     and t3.owner_id = 1
                     and tf.owner_id = 1
                     and t1.emp_id = t2.emp_id
                     and t2.dept_id = t3.dept_id
                     and tf.friend_id=t1.cust_id
                  and t1.cust_id in (select td.cust_id
                            from (select
                                         tm.cust_id,
                                         max(tm.so_payment_date) as end_date
                                    from tc_sales_order_m tm
                                   where tm.owner_id = 1
                                   group by tm.cust_id) td
                           where td.end_date < add_months(sysdate, -3))
                     and t3.biz_dept_id = '110'
                     and t3.DEPT_CODE not like '0112%'
                     and t3.DEPT_CODE not like '0113%') t5,
                 (select t4.emp_name, t2.friend_id
                    from rel_friend_emp t2, tc_department t3, tc_employee t4
                   where t2.emp_id = t4.emp_id
                     and t3.dept_id = t4.dept_id
                     and t2.owner_id = 1
                     and t3.owner_id = 1
                     and t4.owner_id = 1
                     and t2.is_self = 1
                     and t3.biz_dept_id = '130') t9
           where t5.friend_id = t9.friend_id(+)
          posted @ 2008-09-27 16:14 北極雪 閱讀(223) | 評論 (0)編輯 收藏

               摘要: 查看一個客戶是否是簽的第一個單子  閱讀全文
          posted @ 2008-09-27 14:24 北極雪 閱讀(310) | 評論 (0)編輯 收藏

               摘要: 三個sql的區(qū)別  閱讀全文
          posted @ 2008-09-25 15:23 北極雪 閱讀(262) | 評論 (0)編輯 收藏

          oncopy="return false;" oncut="return false;" oncontextmenu="return false"
          posted @ 2008-09-25 09:46 北極雪 閱讀(272) | 評論 (0)編輯 收藏

               摘要: sql01  閱讀全文
          posted @ 2008-09-23 10:08 北極雪 閱讀(167) | 評論 (0)編輯 收藏

               摘要: insert  閱讀全文
          posted @ 2008-08-29 10:52 北極雪 閱讀(624) | 評論 (0)編輯 收藏

               摘要: javascript  閱讀全文
          posted @ 2008-07-30 09:43 北極雪 閱讀(1135) | 評論 (0)編輯 收藏

               摘要: c#問題  閱讀全文
          posted @ 2008-04-29 16:18 北極雪 閱讀(263) | 評論 (0)編輯 收藏

               摘要: 如何比較兩個日期的先后順序  閱讀全文
          posted @ 2008-04-24 17:02 北極雪 閱讀(775) | 評論 (4)編輯 收藏

               摘要: 錯誤集錦  閱讀全文
          posted @ 2008-04-12 10:45 北極雪 閱讀(193) | 評論 (0)編輯 收藏

               摘要: 驗證碼  閱讀全文
          posted @ 2008-02-13 09:46 北極雪 閱讀(334) | 評論 (0)編輯 收藏

               摘要: java 集合  閱讀全文
          posted @ 2007-12-30 08:42 北極雪 閱讀(400) | 評論 (0)編輯 收藏

               摘要: 上傳圖片  閱讀全文
          posted @ 2007-12-05 13:12 北極雪 閱讀(258) | 評論 (0)編輯 收藏

               摘要: ajax一個小應用!  閱讀全文
          posted @ 2007-11-10 17:44 北極雪 閱讀(1381) | 評論 (1)編輯 收藏

               摘要: input的各種樣式  閱讀全文
          posted @ 2007-11-10 16:17 北極雪 閱讀(19356) | 評論 (1)編輯 收藏

               摘要: xwork.xml  閱讀全文
          posted @ 2007-11-02 12:21 北極雪 閱讀(1136) | 評論 (0)編輯 收藏

               摘要: 轉(zhuǎn)載 struts-logic標簽  閱讀全文
          posted @ 2007-10-29 12:21 北極雪 閱讀(955) | 評論 (3)編輯 收藏

          主站蜘蛛池模板: 司法| 秦安县| 巴南区| 高碑店市| 宁南县| 探索| 县级市| 甘谷县| 濮阳市| 博客| 嫩江县| 进贤县| 大邑县| 江源县| 龙门县| 合山市| 色达县| 雷山县| 光泽县| 财经| 江津市| 吉林省| 阜南县| 黄山市| 乾安县| 庆城县| 贵州省| 沾化县| 大安市| 察雅县| 晋江市| 时尚| 连州市| 安达市| 通城县| 高雄县| 许昌市| 茶陵县| 开江县| 托克逊县| 萝北县|