ソースコード
select 
emp_code as code,
replace(EMP_LAST_NAME,' ','') as surname,
replace(EMP_FIRST_NAME,' ','') as name
from emp
where VALID_FLG = '1'
group by 2 + 3
having count(2+3) > 1
order by EMP_LAST_NAME asc,
EMP_FIRST_NAME asc,
emp_code asc
提出情報
提出日時2023/02/20 02:32:37
コンテスト第5回 SQLコンテスト
問題同姓同名抽出
受験者santa
状態 (詳細)WA
(Wrong Answer: 誤答)
メモリ使用量82 MB
メッセージ
テストケース(通過数/総数)
0/3
状態
メモリ使用量
データパターン1
WA
79 MB
データパターン2
WA
80 MB
データパターン3
WA
82 MB