[ 
https://issues.apache.org/jira/browse/TRAFODION-3101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16522630#comment-16522630
 ] 

ASF GitHub Bot commented on TRAFODION-3101:
-------------------------------------------

Github user zellerh commented on a diff in the pull request:

    https://github.com/apache/trafodion/pull/1619#discussion_r197893009
  
    --- Diff: core/sql/regress/compGeneral/EXPECTED023 ---
    @@ -23,6 +23,10 @@ SB_HISTOGRAMS
     SB_HISTOGRAM_INTERVALS
     SB_PERSISTENT_SAMPLES
     
    +=======================
    --- End diff --
    
    Agree with Venkat. The GET statement should behave like a SELECT as much as 
possible. Ideally, we would someday allow it in places where we allow select:
    
    ```
    select *
    from (get users union all get schemas) T(o)
    where o like 'finance%'
    ```
    
    I know, that's science fiction for now, but it would be good to make sure 
this will some day be possible.


> enhance the 'get table' utility to return number of rows
> --------------------------------------------------------
>
>                 Key: TRAFODION-3101
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-3101
>             Project: Apache Trafodion
>          Issue Type: Improvement
>            Reporter: liu ming
>            Assignee: liu ming
>            Priority: Major
>
> when run 'get tables' command, it is desired to show the number of rows



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to