In SQL I am trying to execute a print statement to list a set of students, which looks like this:
STUDENTS
FIRST LAST
john doe
What I want to do it underline the words STUDENTS, FIRST, and LAST without having to do another print '____' '____' , which is not verty neat looking. Is this possible, if so can someone show me how.
The print statement for STUDENTS looks like this:
print 'STUDENTS'
2007-03-06
02:31:51
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
Correct it is the Query Analyzer I am using however that is all we are using for printing the content on screen, it's not being generated to print out on hard copy. But judging by your answer theres no way to do it correct ?
2007-03-06
02:51:12 ·
update #1