ERROR: org.postgresql.util.PSQLException: ERROR: column article._name does not existSELECT article.article_id, article._name AS name, article._summary AS summary, to_char(article._update_time, 'MM/DD') AS UT FROM article JOIN article_category ON article.article_id = article_category.article_id WHERE article_category.category_id = 3 AND _status = 'Active' ORDER BY article._priority DESC, _update_time DESC LIMIT 5
| What's New | Chinese Edition
|