Thema: Delphi SQL ReplaceString

Einzelnen Beitrag anzeigen

danten

Registriert seit: 19. Feb 2012
Ort: Czech Republic, Prag
126 Beiträge
 
Delphi 10.1 Berlin Architect
 
#5

AW: SQL ReplaceString

  Alt 4. Aug 2014, 11:54
Are you sure it worked? It looks as if you replace the contents of your column 'URL' with a string like 'REPLACE ([URL], ".", "")' and I doubt this is what you want.
??????????????????????????
Delphi-Quellcode:
update produkt set URL = replace (URL,'.','');
 =>>
[4.8.2014 12:49:11] Executing Query:
update produkt set URL = replace (URL,'.','');
[4.8.2014 12:49:11] Token ',' expected, but 'replace' found at line 1, column 38 - Native error: 30222
??????????????????????????
Daniel
  Mit Zitat antworten Zitat