2026-03-12 20:23:15
This commit is contained in:
25
my/mytemp.sql
Normal file
25
my/mytemp.sql
Normal file
@@ -0,0 +1,25 @@
|
||||
@@myheader.sql
|
||||
|
||||
|
||||
COLUMN _wh NEW_VALUE wh NOPRINT
|
||||
COLUMN _ob NEW_VALUE ob NOPRINT
|
||||
|
||||
select
|
||||
LENGTH(TRIM('&&1'))
|
||||
from dual;
|
||||
|
||||
|
||||
select
|
||||
CASE WHEN '&&1' is null THEN
|
||||
'Defa'
|
||||
ELSE
|
||||
'&&1'
|
||||
END
|
||||
from dual;
|
||||
|
||||
|
||||
|
||||
|
||||
@@myfooter.sql
|
||||
|
||||
|
||||
Reference in New Issue
Block a user