landv / landv.github.io

landv-blogs
https://landv.cn
2 stars 0 forks source link

西软删除消费账记录 #84

Open landv opened 1 year ago

landv commented 1 year ago

select * from master  where 1=1 and cat='C' and accnt ='C001112'

SELECT * FROM account WHERE accnt ='C001112' AND number in (33,34)

DELETE
FROM xms.account
WHERE accnt ='C001112' AND number in (33,34)
``