Home > database >  PGsql a question of time
PGsql a question of time

Time:04-15

 below, how to put the string into a time below?  

CodePudding user response:

To_timestamp (' 20201214185124 ', 'YYYYMMDDHH24MISS')
  • Related