[db_error: message="数据库错误: 没有选择数据库" code=-14 mode=return level=notice prefix="" info=" [错误代码= ** ]"]
SELECT n.id, n.n_titl, m.n_from, m.n_writer, m.n_memo, n.n_pubtime, n.n_lb FROM news as n, news_memo as m WHERE m.n_id = n.id AND ( n.n_titl LIKE '%AMD%' OR m.n_writer LIKE '%AMD%' OR n.n_keyword LIKE '%AMD%' ) ORDER BY n_pubtime DESC LIMIT 560,20