SQL中如何刪除指定時間前的數據

個人數據表爲sql create table test(id int identity primary key,                   logTime nvarchar(50))   經過這條語句ide delete from test where convert(datetime,convert(nvarchar(50),logtime)) between '2009-06-21'
相關文章
相關標籤/搜索