摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Diagnostics;using System.IO;using System.Data.SqlClient;namespace temp{ .. 阅读全文
posted @ 2013-11-28 15:51
JasonGu0
阅读(1169)
评论(0)
推荐(0)
摘要:
SELECT ROW_NUMBER() OVER (ORDER BY intid ASC) AS rowid,buyerinfo,buyername,address FROM tblbuyermsg 阅读全文
posted @ 2013-11-28 13:58
JasonGu0
阅读(1271)
评论(0)
推荐(0)