Ecrire tes keywords SQL correctement. C'est from, pas form.
Un éditeur avec coloration syntaxique est habituellement une bonne idée:
pas bon =>
Code :
SELECT * form 'table1' WHERE 1 ORDER BY col1/col2 DESC
|
bon =>
Code :
SELECT * FROM 'table1' WHERE 1 ORDER BY col1/col2 DESC
|
Lire les messages d'erreur c'est également une bonne idée, parce que là sqlite est très clair, et je ne pense pas que mysql le soit beaucoup moins.
Message édité par masklinn le 01-04-2009 à 11:57:55
---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?