Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
Wade_Database
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
solho
Wade_Database
Commits
2826a8cd
Commit
2826a8cd
authored
Dec 20, 2021
by
solho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:加入Mapclass 對應資料筆數,SN
parent
a47cae29
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
其他/假法限命名 相關TABLE.sql
其他/假法限命名 相關TABLE.sql
+22
-0
報表/rpt_PerformanceMonth_flow.sql
報表/rpt_PerformanceMonth_flow.sql
+0
-0
報表/rpt_PerformanceMonth_flow_test.sql
報表/rpt_PerformanceMonth_flow_test.sql
+0
-0
No files found.
其他/假法限命名 相關TABLE.sql
0 → 100644
View file @
2826a8cd
--需手動改
select
*
from
[
s_report_field
]
a
where
a
.
field_column
=
'int_due_date'
/****** SSMS 中 SelectTopNRows 命令的指令碼 ******/
SELECT
[
report_condition_id
]
,[
condition_value
]
,[
conditon_text
]
,[
condition_compare
]
,[
condition_type
]
,[
value_sql
]
,[
conditon_text_zh_cn
]
,[
conditon_text_en_us
]
,[
conditon_text_ja_jp
]
,[
conditon_text_zh_tw
]
FROM
[
s_report_condition
]
where
dbo
.
f_GB2BIG
([
conditon_text
],
1
)
like
'%內部期限%'
UpdateQueryOutConfig
select
*
from
s_menu_info
\ No newline at end of file
報表/rpt_PerformanceMonth_flow.sql
View file @
2826a8cd
B
alter
procedure
[
dbo
].[
rpt_PerformanceMonth_Flow
]
...
...
報表/rpt_PerformanceMonth_flow_test.sql
View file @
2826a8cd
B
declare
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment