Database error: Invalid SQL: select top 10 news.n_no as n_no,CAST(title as text) title,source, convert(char(10),reg_date,111) as pub_date from news,newsdir
where newsdir.n_no=news.n_no
and newsdir.dirlist like '/重点推介%' and news.u_no='39' and lock=1 order by n_no desc
MSSQL Error: 1 (General Error (The MSSQL interface cannot return detailed error messages).)
Session halted. |