SQL 语句
1、查询 select * from table where sd='' & order by xxx
2、删除 某一行文字
with t as ( select top(1) * from test where id = XXX ) delete from t
3、修改某一行的消息
USE TPGeneralDB
SELECT *
FROM ControlModules
ORDER BY CMType, StatTagName
USE TPGeneralDB
SELECT *
...
原创
2020-06-29 10:43:22 ·
237 阅读 ·
0 评论