-
+
- on
+ on
{{ node[NodeProp.SCHEMA] }}.{{ node[NodeProp.RELATION_NAME] }}
- as
+ as
{{ node[NodeProp.ALIAS] }}
@@ -183,7 +183,7 @@ function centerCte() {
v-else-if="node[NodeProp.ALIAS]"
:class="{ 'line-clamp-2': !showDetails }"
>
-
on
+
on
@@ -192,7 +192,7 @@ function centerCte() {
v-if="node[NodeProp.GROUP_KEY]"
:class="{ 'line-clamp-2': !showDetails }"
>
-
by
+
by
@@ -201,7 +201,7 @@ function centerCte() {
v-if="node[NodeProp.SORT_KEY]"
:class="{ 'line-clamp-2': !showDetails }"
>
-
by
+
by
{{ node[NodeProp.JOIN_TYPE] }}
- join
+ join
-
using
+
using
@@ -228,7 +228,7 @@ function centerCte() {
v-if="node[NodeProp.HASH_CONDITION]"
:class="{ 'line-clamp-2': !showDetails }"
>
-
on
+
on
@@ -237,9 +237,9 @@ function centerCte() {
- CTE
+ CTE
{{ node[NodeProp.CTE_NAME] }}