Mailinglisten-Archive |
Hallo, wie kann ich mySQL-Querys mit IF/ELSE verschachteln? tabelle(Dokument,Date,Anzahl) Ich brauche sowas wie : IF(SELECT Date, Dokument FROM tabelle WHERE Date='$dat' AND Dokument='$doku') UPDATE tabelle SET Anzahl='$anz' WHERE Date='$dat' AND Dokument='$doku' ELSE INSERT INTO tabelle (Date,Dokument,Anzahl) VALUES ('$dat','$doku','$anz') Oder muss man's doch mit getrennt behandel und erst das Ergebnis der SELECT auswerten um dann entsprechend reagieren zu können? Thx & MfG ------------------------------------------------------------------ Mental·Design·Factory Agentur für Web-Design und Kommunikation Bobby Eichholz Construction·Technical Supervising http://www.mental-defact.de Mail: bob_(at)_mental-defact.de Mobil: 0171/93 44 212 Fon: 030/69 51 82 11 Fax: 030/69 51 82 16 ------------------------------------------------------------------ --- !!NEU!! Fragen und Antworten zu MySQL und dieser Liste unter -->> http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive