We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create table testdate( id integer, datefield timestamp) insert into testdate (id,datefield) values (4, to_date('01.10.2014 00:00:00','DD.MM.YYYY HH24:MI:SS')) select * from testdate
The text was updated successfully, but these errors were encountered:
Merge pull request #5 from walter-weinmann/wwe_rebar3
68e313b
Activating Travis CI.
c-bik
No branches or pull requests
create table testdate( id integer, datefield timestamp)
insert into testdate (id,datefield) values (4, to_date('01.10.2014 00:00:00','DD.MM.YYYY HH24:MI:SS'))
select * from testdate
The text was updated successfully, but these errors were encountered: