Salve a tutti
premetto che conosco poco mysql; ora ho questa select
Select `id fase` from T_FASI where Desc = 'D.T.'
che mi dà il seguente errore
Error Code : 1064
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 'Desc = 'DT'' at line 1
(0 ms taken)
Qualcuno sa spiegarmi perché?
E' un errore di sintassi ma non capisco quale.
Grazie