Maison > Questions et réponses > le corps du texte
$this->db->select("FROM_UNIXTIME(created, '%Y-%m-%d' ) AS day")
......
Le résultat de ci est :
SELECT FROM_UNIXTIME(created, `'%Y-%m-%d'` ) AS day
Comment éviter d'ajouter le symbole `` à la fonction d'horodatage de MySQL
PHP中文网2017-06-05 11:11:02
$this->db->select("from_unixtime(created,'%Y-%m-$d') as day",false)
Ajouter un faux paramètre