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
| LOOKUP JOIN languages_lookup_non_unique_key ON language_code
408
+
| SORT emp_no, language_name
409
+
| KEEP emp_no, language_code, language_name
410
+
;
411
+
412
+
warning:Line 5:3: evaluation of [LOOKUP JOIN languages_lookup_non_unique_key ON language_code] failed, treating result as null. Only first 20 failures recorded.
0 commit comments