Database Administration (MOSC)

MOSC Banner

query oracle table by order of insertion/update

edited Jan 26, 2014 11:01PM in Database Administration (MOSC) 2 commentsAnswered ✓
We have a table, log_table, that has a column, logdate of type date.
I know
- DATE fields on Oracle only store the data down to a seconds.
- I can use data type TIMESTAMP to store date with more precision.

I have a requirement to return the rows in log_table ordered by time inserted/updated with more precision (milliseconds).
I do not think I can use ROWNUM or ROWID to accomplish my requirement.

Any Suggestions?

Hisham

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center