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;
  • 相关阅读:
    url参数的获取
    ajax变量作用域的问题
    滚动条自适应宽度的问题
    js发送验证码(倒计时)
    字符串
    值类型和引用类型
    面向对象
    进程
    UI事件
    鼠标跟随
  • 原文地址:https://www.cnblogs.com/xiaoL/p/11446599.html
Copyright © 2011-2022 走看看