SELECT bt, id, nr, wh, rq, (CASE WHEN BT LIKE '%中国%' AND 
      NR LIKE '%中国%' THEN 1 WHEN (BT LIKE '%中国%' AND NR NOT LIKE '%中国%') 
      THEN 2 WHEN (NR LIKE '%中国%' AND BT NOT LIKE '%中国%') THEN 3 END) 
      AS A1
FROM 全国
WHERE (BT LIKE '%中国%' AND NR LIKE '%中国%') OR
      (BT LIKE '%中国%' AND NR NOT LIKE '%中国%') OR
      (NR LIKE '%中国%' AND BT NOT LIKE '%中国%')
ORDER BY A1, RQ DESC
生成滚动页面产生错误!请与系统维护人员联系。 System.Data.OleDb.OleDbException: IErrorInfo.GetDescription 因 E_FAIL(0x80004005) 而失败。 at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr) at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) at System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.OleDb.OleDbCommand.ExecuteReader() at JinShuiWang.Search_Page.Message_user(Int32 page1, String key1, String class1) in e:\inetpub\wwwroot\jinshuiwang\search_page.aspx.cs:line 147