macubergeek
IS-IT--Management
Currently I have a database where one column is at maximum width about 255 bytes. That column comes out as one single looooong line. I'd like to reformat this column in SELECT statements to output with the contents line wrapped at say 50 bytes. I've been reading the Dubois book and the mysql online manual and there dosn't seem to a way to do this within mysql...or am I missing something?
Any suggestions would be appreciated. I'm looking for something that dosn't require post processing in php or perl etc.
Any suggestions would be appreciated. I'm looking for something that dosn't require post processing in php or perl etc.