The to_char PostgreSQL function allows CARTO users to convert dates (or numbers) into strings: UPDATE table_name SET date_string = to_char(date_column, ...
確定! 回上一頁