Forum Moderators: open
Is it possible that the border/table is falling apart due to an empty value?
you could provide a little more explanation as I am only guessing at what you are talking about and therefore may be completely wrong :)
Just if you're writting SQL statements from the mysql client command prompt. YOU get a resultset of the query with data under the columns used in the query. Columns are separated by vertical and dashed lines which sometimes on my screen are a bit destroyed, I mean a part of the dash is pushed towards the inside and I don't like that appearance since I want the dashed lines to be always straight.
I tried to increase the length of the columns by altering the table but the problem is not fixed. I mean if a column with this problem was VARCHAR(30) I tried to increase it to VARCHAR(40) but the destroyed border at the left is still there.
I hope you see the picture below (this is what I always want):
¦ ¦
¦ ¦
¦ ¦
¦ ¦
¦
but when distroyed I get:
Column
¦ ¦
¦ ¦
¦ ¦
¦
If you execute a command on a narrow table - one with only a few fields - you'll see the output will remain line for line, unless the records have a lot of data. Do it with a wide table, lots of columns, and it wraps.