摘要:DECLARE @begin datetime DECLARE @chaju bigint DECLARE @end datetime SET @begin=getdate() 要执行的sql语句...... SET @end=getdate() SELECT @chaju = datediff(Millisecond, @begin, @end) PRINT @chaju ...
阅读全文
10 2007 档案
摘要:Dim str As String Dim i Dim charPra As String str = Trim(Text1.Text) For i = 1 To Len(str) If Asc(Left(str, 1)) < 0 Then 'MsgBox Left(str, 1) Text1.Text = "" Text1.SelStart = 0 ...
阅读全文
摘要:select convert(varchar(10),truckbuydate,111 from dbo.BakTruck
阅读全文
摘要:http://benyouhui.it168.com/thread-602745-1-2.html
阅读全文

浙公网安备 33010602011771号