phpbar.de logo

Mailinglisten-Archive

[php] mysql problem(chen)

[php] mysql problem(chen)

Stephan Noller Stephan.Noller_(at)_uni-koeln.de
Mon, 9 Oct 2000 18:23:31 +0200


> INSERT INTO tabelle1 (Feld1) VALUES ('test') WHERE Feld2 like =
> 'nochntest'

nimm mal:
INSERT INTO tabelle1 (Feld1) VALUES ('test') WHERE Feld2 like  'nochntest'
oder
INSERT INTO tabelle1 (Feld1) VALUES ('test') WHERE Feld2 like  '%nochntest%'

like funktioniert nicht mit "="





php::bar PHP Wiki   -   Listenarchive