Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
RONALDO RODRIGUES DE OLIVEIRA
/
simec-scripts-banco
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f78a8040
authored
Jan 27, 2025
by
RONALDO RODRIGUES DE OLIVEIRA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PLpgSQLFunction-etiqNaturezaInteresse-REQ000000329189.sql
parent
2ca41bfb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
PLpgSQLFunction-etiqNaturezaInteresse-REQ000000329189.sql
PLpgSQLFunction-etiqNaturezaInteresse-REQ000000329189.sql
View file @
f78a8040
CREATE
OR
REPLACE
FUNCTION
par
.
naturezainteresse
(
CREATE
OR
REPLACE
FUNCTION
par
.
naturezainteresse
(
iniciomandato
date
,
iniciomandato
date
,
fimmandato
date
,
fimmandato
date
,
...
@@ -59,7 +58,7 @@ raise notice 'data_final_pc %', data_final_pc;
...
@@ -59,7 +58,7 @@ raise notice 'data_final_pc %', data_final_pc;
END
IF
;
END
IF
;
END
;
END
;
IF
data_final_pc
>=
iniciomandato
AND
data_final_pc
<=
fimmandato
and
data_corte
<=
fimmandato
THEN
IF
data_final_pc
>=
iniciomandato
AND
data_final_pc
<=
fimmandato
AND
data_corte
<=
fimmandato
THEN
natureza
:
=
concat
(
natureza
,
'Corresponsável /'
);
natureza
:
=
concat
(
natureza
,
'Corresponsável /'
);
END
IF
;
END
IF
;
...
...
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