Skip to content

Commit 8b06852

Browse files
authored
Create 3-using-domain-function-display.sql
1 parent 1480ba9 commit 8b06852

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
REM script for 23c: 3-using-domain-function-display.sql
2+
3+
-- use domain function domain_display
4+
5+
col p_name format a25
6+
col DISPLAY format a25
7+
select p_name, domain_display(p_email) "Display" from person;

0 commit comments

Comments
 (0)