Skip to content
New issue

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

can't access data from column with timestamp datatype #5

Open
c-bik opened this issue Sep 4, 2014 · 0 comments
Open

can't access data from column with timestamp datatype #5

c-bik opened this issue Sep 4, 2014 · 0 comments
Assignees
Labels

Comments

@c-bik
Copy link
Member

c-bik commented Sep 4, 2014

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

@c-bik c-bik added the bug label Sep 4, 2014
@c-bik c-bik self-assigned this Sep 4, 2014
c-bik pushed a commit that referenced this issue Apr 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant