Commit 08d79c6b by 傅伟强-富德

Update sql

1 parent 02d647f6
Showing with 6 additions and 0 deletions
......@@ -31,3 +31,9 @@ select rownum as rowno,gbe.bank_code,di.dept_name, si.emp_no,si.emp_name,bi.bran
department_info di,
branch_info bi
where gbe.emp_no=si.emp_no and si.dept_no=di.dept_no and di.branch_code=bi.branch_code and gbe.END_DATE is null and bi.branch_code=? and rownum <= ?*? ) table_alias where table_alias.rowno>(?-1)*?
select count(1) from branch_info bi where bi.branch_level='03' and bi.branch_code='864110' and bi.parent_branch='8641'
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!