Hi,
Könnte ich das Feld ref_wo auch so nutzen „startseite, impressum, kontakt“
Kann man für den Hausgebrauch machen. Ein Set (Feldtyp SET) bietet sich da an.
Aber nur, wenn alle möglichen Werte im voraus feststehen (oder wenn man in Kauf nehmen will, beim Erstellen einer neuen Seite dann auch die Wertemenge des SET per ALTER TABLE anpassen zu müssen).
Mit FIND_IN_SET() kann man in SET-Feldern suchen.
In reinen Strings, die den gleichen Aufbau wie ein SET haben ("wert x,wert y,wert z"), auch.
MfG ChrisB
--
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/