Plaster

common-lisp
(postmodern:with-connection '("lienzo" "xxxxxxx" "xxxxxxxx" "localhost") (postmodern:query (:order-by (:select 'id (:as (:raw "to_char(fecha , 'YYYY-MM-DD\"T\"HH24:MI:SS\"Z\"')") 'fecha) :from 'anuncios) 'fecha))) ((1 "2022-10-10T00:16:31Z") (2 "2022-10-10T00:17:33Z") (3 "2022-10-10T10:39:38Z") (4 "2023-07-09T20:56:46Z") (5 "2023-07-09T21:04:02Z") (6 "2023-07-09T21:24:38Z") (7 "2023-07-09T21:24:58Z") (8 "2023-07-09T21:25:18Z") (9 "2023-07-09T21:25:35Z"))