• Powercenter documrent 1

    Powercenter self-learning document

    0
    88
    4.91MB
    2015-11-17
    10
  • PowerCenter

    Powercenter self-learning document

    0
    36
    2.02MB
    2015-11-17
    0
  • Powercenter document

    Powercenter document for self-learning

    0
    83
    2.47MB
    2015-11-17
    3
  • excel vba tool of listing folder structure

    Excel VBA tool to list files/folders by certain criteria

    0
    78
    154KB
    2015-11-13
    9
  • oracle sql of extracting table structure

    /*----------------------------------------------------------------------------- * Function : to extract the structure of a table * * Author : Richard Wang * * Date : 2011-08-30 * * Version : 0.1 * ------------------------------------------------------------------------------*/ select 'Table_Name' table_name --,'Column_ID' column_id ,0 column_id ,'Column_Name' column_name ,'Data_Type' data_Type ,'PK_Column' PK_Column ,'Nullable' nullable from DUAL union all select distinct lower(all_c.table_name) table_name --,(case -- when column_id < 10 then '0' || to_char(column_id) -- when column_id < 100 then to_char(column_id) -- when column_id > 100 then 'H' || substrb(to_char(column_id),2,1) -- else '**' -- end ) column_id ,all_c.column_id column_id ,lower(all_c.column_name) column_name ,lower((case all_c.data_type when 'NUMBER' then all_c.data_type || decode(all_c.data_precision,0,'',NULL,'','(' || to_char(all_c.data_precision)) || decode(all_c.data_precision,0,'',NULL,'', decode(all_c.data_scale,0,'',NULL,'', ',' || to_char(all_c.data_scale)) || ')') when 'CHAR' then all_c.data_type || '(' || to_char(all_c.char_length) || ')' when 'VARCHAR2' then all_c.data_type || '(' || to_char(all_c.char_length) || ')' else all_c.data_type end)) data_type ,decode(tab_pk.pk_col_name,NULL,'',tab_pk.pk_col_name,'Y','N/A') PK_column ,all_c.nullable nullable from all_tab_columns all_c left outer join (select cu.table_name pk_tab_name ,cu.column_name pk_col_name from user_cons_columns cu, user_constraints au where cu.constraint_name = au.constraint_name and au.constraint_type = 'P') tab_pk on all_c.table_name = tab_pk.pk_tab_name and all_c.column_name = tab_pk.pk_col_name where owner not like '%SYS%' and table_name = upper('V_CHL_PORTFOLIO') -- upper case-- order by table_name,column_id,column_name select * from all_tab_columns where table_name = 'CIS_INF_PARM_VALUE' select distinct table_name from all_tab_columns where owner not like '%SYS%' and table_name like '%DELIV%' -- upper case-- order by table_name

    0
    160
    3KB
    2015-11-13
    14
  • Excel Tool of extracting txt file by column

    EXCEL VBA tool of extracting txt file by columns

    0
    66
    56KB
    2015-11-13
    10
  • EXCEL VBA daily tool

    EXCEL vba for daily tool

    0
    98
    622KB
    2015-11-13
    10
  • EXCEL VBA Deplyment-tool/batch copy tool

    EXCEL VBA batch copying

    0
    90
    173KB
    2015-11-13
    10
  • Excel VBA DB definition tool

    excel tool for db collection/daily knowledge cultivation

    0
    44
    174KB
    2015-11-13
    7
  • Excel VBA批量复制文件到指定目录

    Excel VBA批量复制文件到指定目录

    0
    4032
    138KB
    2015-07-15
    47
  • 分享精英

    成功上传11个资源即可获取
  • 持续创作

    授予每个自然月内发布4篇或4篇以上原创或翻译IT博文的用户。不积跬步无以至千里,不积小流无以成江海,程序人生的精彩需要坚持不懈地积累!
关注 私信
上传资源赚积分or赚钱