RE: terminal display width?

2001-07-17 Thread Basil Hussain
Hi, > I like to chyeck my mysql db's/tables using the unix command line, and > doing a "select * from table". However some field are very long - varchar > 255 - is there a way to set the display width when viewing the data. ie - > so that binary/large text fields are truncated after a few charact

terminal display width?

2001-07-17 Thread Paul Reilly
Hi, I like to chyeck my mysql db's/tables using the unix command line, and doing a "select * from table". However some field are very long - varchar 255 - is there a way to set the display width when viewing the data. ie - so that binary/large text fields are truncated after a few characters. Th