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 df412e3a
authored
Aug 02, 2018
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 任务计划表结构
1 parent
3c49f249
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
任务计划表结构
任务计划表结构
View file @
df412e3
creat
e table appdata.SLIS_BATCH_PLAN
creat
e table appdata.SLIS_BATCH_PLAN
...
...
@@ -135,4 +135,17 @@ comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.sid
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.serial
is 'SID对应的SERIAL#';
comment on column appdata.SLIS_BATCH_PROC_ERROR_RECORD.branch_code
is '机构代码';
\ No newline at end of file
is '机构代码';
select sbp.sequence,sbp.proc_code,sbp.branch_code,sbp.create_user,sbp.create_date,sbp.parameters,sbp.proc_flag,sbp.start_date,sbp.end_date
from SLIS_BATCH_PLAN sbp
where sbp.branch_code='865109'
and sbp.proc_code='R113'
and sbp.sequence='20150000000003992071'
and sbp.start_date
and sbp.end_date
;
\ 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