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;
  • 相关阅读:
    tcp socket
    Spring MVC 复习笔记01
    Spring 复习笔记01
    mybatis 复习笔记03
    ActiveMQ实现负载均衡+高可用部署方案(转)
    JVM复习笔记
    JAVA NIO复习笔记
    java IO复习笔记
    并发编程复习笔记
    杂记复习笔记
  • 原文地址:https://www.cnblogs.com/xiaoL/p/11446599.html
Copyright © 2011-2022 走看看