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: docs/4-language-usage/3-dml-and-sql/1-general/g-3130.md
+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
@@ -1,11 +1,11 @@
1
-
# G-3130: Try to use ANSI-join syntax.
1
+
# G-3130: Try to use ANSI SQL-92 join syntax.
2
2
3
3
!!! tip "Minor"
4
4
Maintainability, Portability
5
5
6
6
## Reason
7
7
8
-
ANSI join syntax supports the full outer join. A further advantage of the ANSI join syntax is the separation of the join condition from the query filters.
8
+
ANSI SQL-92 join syntax supports the full outer join. A further advantage of the ANSI SQL-92 join syntax is the separation of the join condition from the query filters.
0 commit comments