|
Microsoft OLE DB Provider for SQL Server error '80040e14'
insert into #temptb (aid,URL,title,description,tags,username,dated) select top -1 id,URL,title,description,tags,username,dated from (select top 20 id,URL,title,description,tags,username,dated from articles where datediff(d,dated,'9-May-2008')=0 order by id asc) x order by x.id desc
/bydate_article_listing.asp, line 12 |