Skip to content
New issue

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

Database Error, Error Number: 1054 for Asc data by manufacture name #4

Open
novianbiz opened this issue Jun 21, 2013 · 1 comment
Open

Comments

@novianbiz
Copy link

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

Filename: C:\xampp\htdocs\ci_admin_panel_new\system\database\DB_driver.php

Line Number: 330

error messages

@syscoid
Copy link

syscoid commented Jan 20, 2014

SELECT * FROM (products) ORDER BY manufacture_name Asc

changes with
SELECT * FROM (products) ORDER BY manufacture_id Asc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants