WordPress database error: [[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid object name 'wp_aem_actionscheduler_actions'. Code - 208]SELECT a.action_id FROM wp_aem_actionscheduler_actions a WHERE 1=1 AND a.hook='action_scheduler/migration_hook' AND a.status IN ('in-progress') ORDER BY a.scheduled_date_gmt ASC OFFSET 0 ROWS FETCH NEXT 1 ROWS ONLY
WordPress database error: [[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid object name 'wp_aem_actionscheduler_actions'. Code - 208]SELECT a.action_id FROM wp_aem_actionscheduler_actions a WHERE 1=1 AND a.hook='action_scheduler/migration_hook' AND a.status IN ('pending') ORDER BY a.scheduled_date_gmt ASC OFFSET 0 ROWS FETCH NEXT 1 ROWS ONLY
WordPress database error: [[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near the keyword 'WHERE'. Code - 156]SELECT DISTINCT * FROM wp_aem_terms as t INNER JOIN wp_aem_term_taxonomy as tt WHERE tt.taxonomy = 'dtcareer_cat' AND tt.term_id = t.term_id AND tt.count != 0 ORDER BY t.name ASC
WordPress database error: [[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Column "wp_aem_posts.post_date_gmt" is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause. Code - 8127]SELECT
COUNT(p.ID) AS numposts,
MAX(p.post_modified_gmt) as last_mod
FROM
wp_aem_posts p
WHERE
p.post_password = ''
AND p.post_type = 'event_listing'
AND p.post_status = 'publish'
AND p.ID NOT IN (10044)
ORDER BY
p.post_date_gmt DESC
WordPress database error: [[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Column "wp_aem_posts.post_date_gmt" is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause. Code - 8127]SELECT
COUNT(p.ID) AS numposts,
MAX(p.post_modified_gmt) as last_mod
FROM
wp_aem_posts p
WHERE
p.post_password = ''
AND p.post_type = 'news-aem'
AND p.post_status = 'publish'
AND p.ID NOT IN (10044)
ORDER BY
p.post_date_gmt DESC
WordPress database error: [[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Column "wp_aem_posts.post_date_gmt" is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause. Code - 8127]SELECT
COUNT(p.ID) AS numposts,
MAX(p.post_modified_gmt) as last_mod
FROM
wp_aem_posts p
WHERE
p.post_password = ''
AND p.post_type = 'dtcareer'
AND p.post_status = 'publish'
AND p.ID NOT IN (10044)
ORDER BY
p.post_date_gmt DESC
WordPress database error: [[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Column "wp_aem_posts.post_date_gmt" is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause. Code - 8127]SELECT
COUNT(p.ID) AS numposts,
MAX(p.post_modified_gmt) as last_mod
FROM
wp_aem_posts p
WHERE
p.post_password = ''
AND p.post_type = 'post'
AND p.post_status = 'publish'
AND p.ID NOT IN (10044)
ORDER BY
p.post_date_gmt DESC
WordPress database error: [[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Column "wp_aem_posts.post_date_gmt" is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause. Code - 8127]SELECT
COUNT(p.ID) AS numposts,
MAX(p.post_modified_gmt) as last_mod
FROM
wp_aem_posts p
WHERE
p.post_password = ''
AND p.post_type = 'page'
AND p.post_status = 'publish'
AND p.ID NOT IN (10044)
ORDER BY
p.post_date_gmt DESC