Suche bestimmten sql Befehl Suche bestimmten sql Befehl
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Suche bestimmten sql Befehl

Started by VolkerF, January 25, 2012, 02:55:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

VolkerF

Hallo

Ich möchten in allen Bildbeschreibungen den Schriftzug /domain2 entfernen den ich irrtümlicherweise in meine Texte eingefügt hatte. Mit welchem sql-Befehl kann ich die wieder entfernen?

Danke Volker

Αndré

UPDATE cpg15x_pictures SET description = REPLACE(description, '/domain2', '');

VolkerF

Hi Andre

Ich danke dir :).

Ciao pimyk

VolkerF

Hi Andre

Es kommt immer die Meldung:
#1054 - Unbekanntes Tabellenfeld 'description' in field list

Was mache ich falsch?

Danke Volker

Αndré

Ersetze "description" durch "caption" oder "title", je nachdem was genau du nun ändern möchtest.

VolkerF

Hallo Andre

Es war "caption".

Vielen Dank nochmal und Ciao Volker