What is the best way to escape non-format characters in Oracle’s to_char? April 28, 2023 by Tarik You just need double-quotes around it: to_char(date_updated, ‘YYYY-MM-DD”T”HH:mm:ss’)