ソースコード
select 
a.id as ID_S,
a.size as SZ,
b.id as ID_C,
b.color as CL
from
tbl_size a
cross join tbl_color b
where
a.id in('1','3')
order by
ID_S desc,
ID_C desc
;
提出情報
提出日時2024/04/24 14:29:20
コンテストSQLの教科書確認用コンテスト2
問題組合せ一覧
受験者masashi_sql
状態 (詳細)AC
(Accepted: 正答)
メモリ使用量83 MB
メッセージ
テストケース(通過数/総数)
2/2
状態
メモリ使用量
データパターン1
AC
83 MB
データパターン2
AC
83 MB