select * from (select id, number, amount, lag(amount, 1) over(parttion by entertime) pamount from table1) where pamount - amount > :波动判定值
3,499
社区成员
18,709
社区内容
加载中
试试用AI创作助手写篇文章吧