Gerald L. Clark writes:
 > Rick Pasotto wrote:
 > > 
 > > SELECT concat(last_name,", ",first_name) as name from members
 > > 
 > > results in a column that is much wider than necessary. Adding trim() to
 > > the concat() nor to the components makes any difference.
 > > 
 > > Can the column width be specified?
 > > 
 > > --
 > It doesn't for me.
 > What table type, and field types are you using?
 > 


Hi!

One of the options in options dialogue is a default maximum  column
width. 

But all column widths  are resizeable, of course.


Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaka, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

---------------------------------------------------------------------
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