摘要:
public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { string str1,str 阅读全文
摘要:
select @PageSize * from tets SELECT 在WHERE 之前都不能参数化. TOP 只能做字符串运行. 阅读全文