..::rDk::.. wrote:> im strugling with my dataset..> > got a small pgsql db with a timestamp column in format YYYY:MM:DD> HH:MM:SS for each record
Use to_char
to_char(tscol, 'dy') -> monto_char(tscol, 'Day') -> Mondayto_char(tscol, 'D') -> 2