We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70358cd commit 5015be2Copy full SHA for 5015be2
docs/reference/query-languages/esql/esql-lookup-join.md
@@ -47,7 +47,8 @@ In this example, we have two sample tables:
47
48
**employees**
49
50
-| birth_date|emp_no:|first_name|gender|hire_date|language|
+| birth_date|emp_no|first_name|gender|hire_date|language|
51
+|---|---|---|---|---|---|
52
|1955-10-04T00:00:00Z|10091|Amabile |M|1992-11-18T00:00:00Z|3|
53
|1964-10-18T00:00:00Z|10092|Valdiodio |F|1989-09-22T00:00:00Z|1|
54
|1964-06-11T00:00:00Z|10093|Sailaja |M|1996-11-05T00:00:00Z|3|
@@ -57,6 +58,7 @@ In this example, we have two sample tables:
57
58
**languages_non_unique_key**
59
60
|language_code|language_name|country|
61
+|---|---|---|
62
|1|English|Canada|
63
|1|English|
64
|1||United Kingdom|
0 commit comments