头像

数字神断赵存法

帅气的我简直无法用语言描述!

SQLSERVER 笔记

1、删除最早的1000条数据,保留近两年的数据 delete from tableA where id in ( select top 1000 id from tableA with...
头像3周前
000