Jump to content
Fórum Script Brasil
  • 0

Ordenação


hpires24

Question

Boas tardes estou com o seguinte problema tenho uma consulta a uma bd Acess e essa consulta esta a funcionar correctamente so q eu queria q os dados ficassem ordenados por data e depois por estado, ou seja os q tiverem estado igual a pendente estou usando o codigo seguinte:


Function sql_GetAllpedidos()
	dim sql
	sql = "SELECT * " & _
  "FROM tbl_pedidohelpdesk A, tbl_assuntoshelpdesk B, tbl_gravPedHelpdesk C, tbl_empregados D   " & _
  "WHERE  A.id_assuntoshelpdesk=B.id_assuntoshelpdesk And A.gravidade=C.id_gravpedhelpdesk and A.id_empregado = D.id_empregado "  & _
  "ORDER BY  A.data_pedido_helpdesk DESC  and A.estado_pedidohelpdesk =  Pendente"
  

	sql_GetAllpedidos = sql
End Function

so que da o seguinte erro

Error # -2147217900 Erro de sintaxe na cláusula ORDER BY.

SQL = SELECT * FROM tbl_pedidohelpdesk A, tbl_assuntoshelpdesk B, tbl_gravPedHelpdesk C, tbl_empregados D WHERE A.id_assuntoshelpdesk=B.id_assuntoshelpdesk And A.gravidade=C.id_gravpedhelpdesk and A.id_empregado = D.id_empregado ORDER BY A.data_pedido_helpdesk DESC and A.estado_pedidohelpdesk = Pendente

alguém me poderia ajudar a solucionar este problema???

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...