ciao a tutti...
come mai questa query in ACCESS va e in SQL SERVER no?
SELECT * FROM tab_clienti WHERE codcliente='%001%' ORDER BY codcliente ASC
% non è un carattere universale SQL?
grazie a tutti
ciao a tutti...
come mai questa query in ACCESS va e in SQL SERVER no?
SELECT * FROM tab_clienti WHERE codcliente='%001%' ORDER BY codcliente ASC
% non è un carattere universale SQL?
grazie a tutti
SELECT * FROM tab_clienti WHERE codcliente LIKE '%001%' ORDER BY codcliente ASC
![]()
cappero hai ragione!!!che sbadato...scusate...grazie mille