Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
傅伟强-富德
/
test1
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d169a485
authored
Aug 03, 2018
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update sql
1 parent
df412e3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
sql
sql
View file @
d169a48
...
@@ -5,4 +5,19 @@ update GRAS_DEPT_SERVICER
...
@@ -5,4 +5,19 @@ update GRAS_DEPT_SERVICER
UPDATED_DATE =sysdate
UPDATED_DATE =sysdate
where
where
DEPT_NO =#{deptNo,jdbcType=VARCHAR}
DEPT_NO =#{deptNo,jdbcType=VARCHAR}
and IS_VALID='Y'
and IS_VALID='Y'
\ No newline at end of file
select gbe.bank_code,di.dept_name,si.emp_no,si.emp_name,bi.branch_code,bi.branch_name,gbe.PK_SERIAL
from GRAS_BANK_EMP gbe,
staff_info si,
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
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment