14 lines
1.4 KiB
SQL
14 lines
1.4 KiB
SQL
SELECT case when count(id) = 10 then '成功' else '失败' end as isInsert,count(1) FROM biz_prd_tran_code_mapping WHERE id in (
|
|
31,
|
|
32,
|
|
33,
|
|
34,
|
|
35,
|
|
36,
|
|
37,
|
|
38,
|
|
39,
|
|
40
|
|
|
|
)
|