Ir para conteúdo
  • 0

LLossavaro

Pergunta

Como faço essa linha para mysql.

obrigado

 

db.getResult("SELECT `player_id`, `value` FROM `player_storage` WHERE `key` = 102086 ORDER BY cast(value as INTEGER) DESC;")

Link para o comentário
Compartilhar em outros sites

7 respostass a esta questão

Posts Recomendados

  • 0
Em 26/04/2016 at 02:03, Night Wolf disse:

vc tentou executar ela assim? dá erro? qual? tenta alterar o INTEGER para INT

Erro:

mysql_real_query(): SELECT `player_id`, `value` FROM `player_storage` WHERE `key` = 102086 ORDER BY cast(value as INT) DESC; - MYSQL ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INT) DESC' at line 1 (1064)

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...