![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want delete the symbol "-" in the row "NIF". eg. A-1234 change to A1234, D-453-DF to D453DF |
#3
| |||
| |||
|
|
On Wed, 18 Jul 2007 10:56:05 -0700, simonshang (AT) gmail (DOT) com wrote: I want delete the symbol "-" in the row "NIF". eg. A-1234 change to A1234, D-453-DF to D453DF Hi Simon, SELECT REPLACE(NIF, '-', '') FROM YourTable; |
![]() |
| Thread Tools | |
| Display Modes | |
| |