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

数据库系统

开发平台:

Unix_Linux

  1. --
  2. -- test select distinct on
  3. --
  4. SELECT DISTINCT ON string4 two, string4, ten
  5.    FROM tmp
  6.    ORDER BY two using <, string4 using <, ten using <;