• N
    Rename TABLE() to ROWS FROM(). · 53685d79
    Noah Misch 提交于
    SQL-standard TABLE() is a subset of UNNEST(); they deal with arrays and
    other collection types.  This feature, however, deals with set-returning
    functions.  Use a different syntax for this feature to keep open the
    possibility of implementing the standard TABLE().
    53685d79
rangefuncs.out 50.6 KB