Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The type name of timestamp is pretty long and inconvenient for users, we can introduce abbreviation for them to make it more convenient.  The abbreviation name mapping as following:

  • TIMESTAMP / TIMESTAMP WITHOUT TIME ZONE         <=> TIMESTAMP_NTZ   which synonyms TIMESTAMPTIMESTAMP 
  • TIMESTAMP WITH LOCAL TIME ZONE                            <=> TIMESTAMP_LTZ  
  • TIMESTAMP WITH TIME ZONE                                         <=> TIMESTAMP_TZ     (supports them in the future)

...