You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workshop/db2i/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,8 +214,8 @@ The naming mode used for your SQL is a configuration option that you should stri
214
214
<CardGrid>
215
215
<Card>
216
216
217
-
***System naming** - The '/' character is used to separate the library or schema name from the table or view name. Using system naming allows the user to leverage the library list (*LIBL) as the mechanism to resolve unqualified object names. System naming is unique to Db2 for i.
218
-
***SQL naming** - The '.' character is used to separate the library or schema name from the table or view name. SQL naming is based upon the SQL standard.
217
+
***System naming** - The `/` (forward-slash) character is used to separate the library or schema name from the table or view name. Using system naming allows the user to leverage the library list (*LIBL) as the mechanism to resolve unqualified object names. System naming is unique to Db2 for i.
218
+
***SQL naming** - The `.` (dot) character is used to separate the library or schema name from the table or view name. SQL naming is based upon the SQL standard.
0 commit comments