Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.it.sql > #7916
| Newsgroups | microsoft.public.it.sql |
|---|---|
| Date | 2019-03-21 01:33 -0700 |
| Message-ID | <7f112eca-2668-48ec-87f6-ec04bf5afe59@googlegroups.com> (permalink) |
| Subject | carattere strano |
| From | paolo.pcsystem@gmail.com |
in una tabella in un campo trovo un carattere strano che provo a incollare
�
select ascii('�') restituisce 63 che è il carattere '?'
lo vorrei sostituire, ma non riesco a indivduare i record.
ho provato con charindex o like ma non si seleziona i record
esempio:
select * from tabella where charindex('�',campo) > 0
select * from tabella where charindex(char(63),campo) > 0
la collection è: Latin1_General_CI_AS
come fare?
Back to microsoft.public.it.sql | Previous | Next | Find similar
carattere strano paolo.pcsystem@gmail.com - 2019-03-21 01:33 -0700
csiph-web