select 数字 from tab
where 数字 * 100 <> cast(数字 * 100 as int)
求小数后多于两位的数字

最新推荐文章于 2025-07-04 16:01:34 发布

select 数字 from tab
where 数字 * 100 <> cast(数字 * 100 as int)