On Thu, Aug 16, 2001 at 10:38:46PM -0400, Xavier Leoncini wrote:
> I have the following problem:
> When displaying a select * query from a table
> I get the following: (just showing the end).
> 
>     |  | AAAA  | 20000928 |  1611100 |
>     |  | AAAA  | 20000929 |  1251300 |
> +------+--------+----------+----------+------+
> 
> The last column is empty, which is normal but the first isn't.
> In fact when performy a query on the first column select item I get the 
> following. 
> item
> UV
> UV
> UV
> UV
> This is an innodb table of about 200.000.000 million rows.
> Raw bcp is about 6 G.
> Thanks for any help.

Looks like you inserted characters like \m in your database. Control
caracters. The 'UV'`s are there but you cannot see them because the last
column data has scrmbled your display. The shifted |`s hint to that.


Good luck.


-- 
                                The Moon is Waning Crescent (3% of Full)
                                                  nieuw.nl - 2dehands.nl

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to