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

The time part is discarded. #10

Open
hellower opened this issue Jan 24, 2024 · 0 comments
Open

The time part is discarded. #10

hellower opened this issue Jan 24, 2024 · 0 comments

Comments

@hellower
Copy link

hellower commented Jan 24, 2024

pg: 15
oracle:12c

SELECT * FROM
dblink.query('server_oracle','select owner, object_name, object_id, created from dba_objects where rownum < 10')
as t(c1 text, c2 text, c3 integer, c4 timestamp);


SYS .xdk_version_12.2.0.1.0_production 58117 2019-03-28 00:00:00 <========= 00:00:00 !! truncated!
SYS ACCESS$ 84 2019-03-28 00:00:00
SYS ACLMV$ 606 2019-03-28 00:00:00
SYS ACLMV$_BASE_VIEW 8182 2019-03-28 00:00:00
SYS ACLMV$_MVINFO 8181 2019-03-28 00:00:00
SYS ACLMV$_REFLOG 612 2019-03-28 00:00:00
SYS ACLMVREFSTAT$ 610 2019-03-28 00:00:00
SYS ACLMVSUBTBL$ 608 2019-03-28 00:00:00
SYS ADD_NUMBER_DEFINER 591051 2019-04-09 00:00:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant