Le vendredi 06 f�vrier 2004, Gu Lei a �crit...
bonjour,
> 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
Have you tried:
select a, b from test
I recently had problems with sqlcli's resultset on Linux Debian with
MaxDB 7.5.0.8
--
jm
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]