You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/13 14:53:00 UTC

[jira] [Commented] (TRAFODION-2904) optionally add leading space when get a number column to display

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

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

GitHub user traflm opened a pull request:

    https://github.com/apache/trafodion/pull/1397

    [TRAFODION-2904] optionally add leading space when get a number colum…

    …n to display

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/traflm/trafodion j2904

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafodion/pull/1397.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1397
    
----
commit 56e9a807ed98b5f304befe834b13d4e62cbebb36
Author: Liu Ming <ov...@...>
Date:   2018-01-13T09:37:45Z

    [TRAFODION-2904] optionally add leading space when get a number column to display

----


> optionally add leading space when get a number column to display
> ----------------------------------------------------------------
>
>                 Key: TRAFODION-2904
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2904
>             Project: Apache Trafodion
>          Issue Type: Improvement
>            Reporter: liu ming
>            Assignee: liu ming
>
> SQL>select '|'||80||80||9999999||'aaa' from dual;
> (EXPR)
> -----------------------
> |  80  80    9999999aaa
> --- 1 row(s) selected.
> Should be:
> |80809999999aaa



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)