2006年7月11日

摘要: select top 10 * from table where id not in( select top 10 id from table order by id desc) order by id descselect top 10 * from(select Top 20 * from table_A order by id desc)更新数据时维护一个连续编号字段select * fro... 阅读全文

posted @ 2006-07-11 13:24 fgp3 阅读(191) 评论(0) 推荐(0)

摘要: using System;namespace Theme.Services.Public{/// <summary>/// SqlstrAny 的摘要说明。/// </summary>public class ProcessRequest{public ProcessRequest(){//// TODO: 在此处添加构造函数逻辑//}#region SQL注入式攻击代码分... 阅读全文

posted @ 2006-07-11 09:28 fgp3 阅读(1053) 评论(2) 推荐(0)


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3