datetime_functions.doc
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. I have written some new funtions for time and date data types which can
  2. be used to extract hour,minutes,seconds from time values, and year,
  3. month,day from a date. There is also a time_difference and functions
  4. to convert a time to minutes or seconds.
  5. There are also new input/output functions for the time data type which
  6. allow the insertion of time attributes with value 24:00:00.
  7. This can be useful if your application needs to compute time difference
  8. from two time values representing an elapsed time of 24 hours.
  9. Massimo Dal Zotto <dz@cs.unitn.it>