Forum Discussion

ekodami's avatar
ekodami
Helper I
4 months ago
Solved

Converting PostGreSQL Date time field at the import using SQL Statement

Hi folks, I am quite new to the forum and hopefully could find some hints. I am using a PostGreSQL db as data source and would like to convert the table epoch dates upfront at the import. This will ...
  • lbendlin's avatar
    4 months ago

    Instead of #datetime(1970, 1, 1)# 

     

    use DATE('1970-01-01')

  • ekodami's avatar
    4 months ago

    Worked. Wonderful! Thanks.. much appreciated