Is there any way to set the delimiter that a select statement query for Sybase returns?
If I do a select (*), each column is delimeted by a space,
however some of the data fields have spaces in them
and I need to be able to split data output by something other than a space.