operation system: RHEL 3.0
sapdb version: 7.5.0.5

I can not see the varchar value in SQLCLI.

test => create table test(a int,b varchar(10))
(0 rows affected)
* Ok
test => insert into test values(1,'a')
(1 row affected)
* Ok

test => select * from test
A              | B
---------------+---------------------
            1 |
(1 row selected)
* Ok

test => select username from users
USERNAME
----------------------------------------------------------------
(2 rows selected)
* Ok


I should like SQLCLI if it showed me the value of varchar column.
Thanks.

Best reguards,
Gu Lei




-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to