What is the easiest way to format a 1 record query of select * from....
When I have maybe 40 or 50 fields/columns in a row and I want the format to be
col1
col2
col3 col4 col5 col6
col7 col8 col9 col10
col11 col12 col13 col14
so basically col1 (id)
col2 timestamp
col3-col??? data, but I want the data to print 4 per line.
Thanks,
MO
When I have maybe 40 or 50 fields/columns in a row and I want the format to be
col1
col2
col3 col4 col5 col6
col7 col8 col9 col10
col11 col12 col13 col14
so basically col1 (id)
col2 timestamp
col3-col??? data, but I want the data to print 4 per line.
Thanks,
MO
Comment