We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this error message when i try to Ascending by manufacture_name:
A Database Error Occurred
Error Number: 1054
Unknown column 'manufacture_name' in 'order clause'
SELECT * FROM (products) ORDER BY manufacture_name Asc
products
manufacture_name
Filename: C:\xampp\htdocs\ci_admin_panel_new\system\database\DB_driver.php
Line Number: 330
The text was updated successfully, but these errors were encountered:
changes with SELECT * FROM (products) ORDER BY manufacture_id Asc
Sorry, something went wrong.
No branches or pull requests
I got this error message when i try to Ascending by manufacture_name:
A Database Error Occurred
Error Number: 1054
Unknown column 'manufacture_name' in 'order clause'
SELECT * FROM (
products
) ORDER BYmanufacture_name
AscFilename: C:\xampp\htdocs\ci_admin_panel_new\system\database\DB_driver.php
Line Number: 330
The text was updated successfully, but these errors were encountered: