zoukankan      html  css  js  c++  java
  • Templates/Code Combinations

    Queries: Templates/Code Combinations

     
    sql>select * from gl_dynamic_summ_combinations where CODE_COMBINATION_ID in (select SUMMARY_CODE_COMBINATION_ID from GL_ACCOUNT_HIERARCHIES);


    sql>select * from GL_ACCOUNT_HIERARCHIES where SET_OF_BOOKS_ID = 268 and template_id in (781, 718, 1330, 719, 782, 720 ,1329);

    sql>select * from gl_code_combinations where CODE_COMBINATION_ID in  (select SUMMARY_CODE_COMBINATION_ID from GL_ACCOUNT_HIERARCHIES where SET_OF_BOOKS_ID = 268 and template_id =1329);

    sql>select * from gl_code_combinations where CODE_COMBINATION_ID in  (select DETAIL_CODE_COMBINATION_ID from GL_ACCOUNT_HIERARCHIES where SET_OF_BOOKS_ID = 268 and template_id =1329);

    sql>select * from gl_code_combinations where template_id=1329;

    sql>select * from gl_summary_templates where template_id=1330;

    sql>SELECT * FROM GL_ACCOUNT_HIERARCHIES WHERE template_id=1330;

    sql>select * from gl_summary_hierarchies where template_id=1330;

    sql>select * from GL_ROLLUP_GROUP_SCORES;
  • 相关阅读:
    线程
    网络编程
    正则表达式
    XML
    java----八种排序算法
    Java 关键字 速查表
    Day_19多线程(下)
    Day18_进程(中)
    Day17_进程(上)
    Day15_IO流(上)
  • 原文地址:https://www.cnblogs.com/xiaoL/p/11446599.html
Copyright © 2011-2022 走看看