Skip to content

Commit 8d813f2

Browse files
committed
update chron control age basis.
Direct translation.
1 parent 0c537db commit 8d813f2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CREATE OR REPLACE FUNCTION ts.updatechroncontrolagebasis(_chroncontrolid integer, _chroncontroltypeid integer)
2+
RETURNS void
3+
LANGUAGE sql
4+
AS $function$
5+
UPDATE ndb.chroncontrols
6+
SET chroncontroltypeid = _chroncontroltypeid
7+
WHERE chroncontrolid = _chroncontrolid
8+
$function$

0 commit comments

Comments
 (0)