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 (
|
|
21,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26,
|
|
27,
|
|
28,
|
|
29,
|
|
30
|
|
|
|
)
|