SELECT current_date - interval '1' day AS yesterday_in_iso;. I love the interval datatype, it reminds me of PostgreSQL. Also no need for a FROM.
確定! 回上一頁