Re: display width in mysqlgui

2001-01-17 Thread Sinisa Milivojevic
Rick Pasotto writes: > > Which applies to *all* columns, not individual ones. > > > But all column widths are resizeable, of course. > > What is this "of course" bit? There is no "of course." > > If you mean resizing with the mouse - of course I tried that. > > It didn't work. >

Re: display width in mysqlgui

2001-01-16 Thread Rick Pasotto
On Tue, Jan 16, 2001 at 03:04:23PM +0200, Sinisa Milivojevic wrote: > 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 conc

Re: display width in mysqlgui

2001-01-16 Thread Sinisa Milivojevic
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 b

Re: display width in mysqlgui

2001-01-15 Thread Gerald L. Clark
Rick Pasotto wrote: > > On Mon, Jan 15, 2001 at 10:39:15AM -0600, Gerald L. Clark wrote: > > 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

Re: display width in mysqlgui

2001-01-15 Thread Rick Pasotto
On Mon, Jan 15, 2001 at 10:39:15AM -0600, Gerald L. Clark wrote: > 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

display width in mysqlgui

2001-01-15 Thread Rick Pasotto
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? -- "Money is the material shape of the principle that men who wish t