Ciao a tutti, ho una tabella in mysql con un campo che si chiama '2011'
Se eseguo la query seguente:
SELECT data FROM tab_uno WHERE 2011 <= '2011-05-24' ORDER BY id DESC LIMIT 2
ricevo l'errore:Unknown column '2011' in 'order clause'
... come posso specificare che 2011 è in realtà il nome del campo?![]()