phpbar.de logo

Mailinglisten-Archive

Update set

Update set

Jan Kuehl jan.kuehl at software-tomography.com
Mit Jul 30 11:57:35 CEST 2003



Reinhold Jordan schrieb:
> Hallo,

> Also Spalte auth hat Typ set('mueller,meier,schulze')
> Jetzt würde ich gerne überall, wo 'mueller' vorkommt, auch
> 'schulze' setzen.
> 
> update tab_name set auth = auth+'schulze' where auth like '%mueller%'

update tab_name set auth = CONCAT( auth, ',schulze' ) where auth like 
'%mueller%'


-- 
Software-Tomography - we make the invisible visible!
Jan Kuehl
Software-Tomography GmbH
Karlstr.7
D-03044 Cottbus
e-Mail: jan.kuehl at software-tomography.com
http://www.software-tomography.com
Phone:  +49 (0355) 4945077
----------------------------


-- 
Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter
-->>  http://www.4t2.com/mysql 


php::bar PHP Wiki   -   Listenarchive