Skip to content

Commit

Permalink
Change Chernyshev 3.1 as he doesn't answer
Browse files Browse the repository at this point in the history
Don't think he wanted to send 0 rows return query.
  • Loading branch information
CrafterKolyan authored Oct 16, 2019
1 parent ce6974e commit b647810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task3/Chernyshev_3_1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ INNER JOIN (
name
) AS cnt
ON
CONCAT_WS(' ', cc.first_nm, cc.last_nm, cc.middle_nm) = cnt.name
CONCAT_WS(' ', cc.last_nm, cc.first_nm, cc.middle_nm) = cnt.name
WHERE
cc.valid_to_dttm = '5999-01-01';

0 comments on commit b647810

Please sign in to comment.