摘要:
/// /// SqlHelper操作类 /// public sealed partial class SqlHelper { /// /// 批量操作每批次记录数 /// public static int BatchSize = 2000; /// /... 阅读全文
摘要:
1 阅读全文
摘要:
select top 10 Id,Amount=FLOOR(RAND(ABS(CHECKSUM(NEWID()))) * 100) from Customer 阅读全文