Forum Discussion
ekodami
4 months agoHelper I
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 ...
- 4 months ago
Instead of #datetime(1970, 1, 1)#
use DATE('1970-01-01')
- 4 months ago
Worked. Wonderful! Thanks.. much appreciated
ekodami
4 months agoHelper I
Worked. Wonderful! Thanks.. much appreciated