Comment obtenir la date d'aujourd'hui et l'heure actuelle dans MySQL

SELECT NOW() AS DATETIME; //2022-05-24 15:38:58
@CodeGrepperManu