Thema: Delphi SQL ReplaceString

Einzelnen Beitrag anzeigen

Dejan Vu
(Gast)

n/a Beiträge
 
#2

AW: SQL ReplaceString

  Alt 3. Aug 2014, 20:43
What is recursively in your example?

Code:
update table set URL = replace (URL,'.','')
update table set URL = replace (URL,'/','-')
...
The existence and concrete syntax for 'replace' depends on the RDMS you are using (I am not familiar with ADS). Also, it might be possible to combine the replace-statements in one single update-statement.
  Mit Zitat antworten Zitat