Jump to content

Recommended Posts

Boas, queria organizar os meus artigos por ordem alfabetica, neste momento o codigo esta assim:

 

 

SELECT SQL_CALC_FOUND_ROWS

b.*, a.*

 

FROM `ps_attribute` a 

LEFT JOIN `ps_attribute_lang` b ON (b.`id_attribute` = a.`id_attribute` AND b.`id_lang` = 1)

 

WHERE 1  AND a.`id_attribute_group` = 5 AND EXISTS (

SELECT 1

FROM `ps_attribute_shop` sa

WHERE a.id_attribute = sa.id_attribute AND sa.id_shop IN (1)

 

 

ORDER BY a.`position` ASC

 

Alguem me pode indicar o que tenho de alterar para ficar por ordem alfabética e não de posição?

[email protected]
Link to comment
Share on other sites

Obrigado Daniel, mas naõ esta a resultar porque o que eu quero que fique ordenado por nome insta inserido dentro de: 

 

Catalogo -> Atributos do Produto - > Modelos de Telefone

 

Tenho la dentro cerca de 300 modelos:

 

Exemplo 

 

Samsung Galaxy S7

Iphone 6

Wiko Fever

 

Queria por todos por ordem alfabética.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...