Ciao ragazzi, sto rischiando di diventare pazzo, non riesco a risovere un questione stupida...![]()
![]()
![]()
ho una select in un file .cs con un except semplice semplice, ma non funziona!
il codice è del tipo:
select nome1, nome2 from utentiA A join utentiB B on (A.nome1 = B.utente)
except
select nome1, nome2 from utentiA A join utentiB B on (A.nome1 = B.utente) where B.città = "milano"
accedendo alla pagina .aspx mi dà il seguente errore:
System.Data.SqlClient.SqlException: Incorrect syntax near the keyword 'except'.
perchè?
attendo fiducioso la salvezza...