Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Fix für SQL Query Error #57

Merged
merged 1 commit into from
Dec 10, 2021
Merged

Conversation

godsdog
Copy link
Contributor

@godsdog godsdog commented Dec 9, 2021

Fixes: Error while executing statement "SELECT COUNT(*) AS rows FROM (SELECT pid, id, id, title,createdate,status,clang_id FROM rex_newsmanager WHERE clang_id = 1 ORDER BY createdate DESC) t": SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'id'

Fixes: Error while executing statement "SELECT COUNT(*) AS `rows` FROM (SELECT pid, id, id, title,createdate,status,clang_id FROM rex_newsmanager WHERE clang_id = 1 ORDER BY createdate DESC) t": SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'id'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants