ukulele
Datenbank-Guru
- Beiträge
- 5.321
Ich glaube es wird der Name des Wochentags gesucht, dazu Funktion auf das Datum als Spalte
Code:
SELECT dayname(Datum) AS Tag, Datum AS Datum FROM Tabelle
MySQL DAYOFWEEK() Function
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
MySQL DAYNAME() Function - Tuts Make
Dayname() function in MySQL; This tutorial will share the uses of the mysql DAYNAME() function with the help of examples.
www.tutsmake.com