Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. date; time
  2.  
  3. character(10); character(20)
  4.  
  5. "2011-04-20";"13:25:36.026-07:00 "
  6.  
  7. datetime; timezone
  8.  
  9. timestamp without timezone; time interval
  10.  
  11. to_timestamp(a.date||' '||substring(a.time from 0 for 13), 'YYYY-MM-DD HH24:MI:SS' ) at time zone 'AST'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement