ovi4800 Posted September 15, 2016 Share Posted September 15, 2016 Hello, I am trying to do some modifictions in the back office, where we see the list of orders. To do that, I have to put a DISTINCT in the beginning of the SQL query. The query is made in the construct of the page controllers/admin/AdminOrdersController.php. But in this page, I can't see the beginning of the query where I could put the DISTINCT. Can someone help me? Link to comment Share on other sites More sharing options...
rocky Posted September 17, 2016 Share Posted September 17, 2016 What kind of modifications are you trying to do? It is better not to use the DISTINCT keyword if possible. Link to comment Share on other sites More sharing options...
ovi4800 Posted September 20, 2016 Author Share Posted September 20, 2016 Thank you. I changed the query where I do not use DISTINCT. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now