sanjdhiman
Programmer
Hi this might be very basic but I have a quick question
Im trying to do the following,
PRINT '***********'
PROMT 'key: ' + SELECT * FROM #Instrument
PRINT '***********'
Im hoping to get it to come out like this:
**********
Key: 23434343
234234234234234
234234234
ss24323423
**********
but it doesnt do that, does anyone know how to print a list of data from a table using the PRINT statement for output.
thanks in advance
Sanj
Im trying to do the following,
PRINT '***********'
PROMT 'key: ' + SELECT * FROM #Instrument
PRINT '***********'
Im hoping to get it to come out like this:
**********
Key: 23434343
234234234234234
234234234
ss24323423
**********
but it doesnt do that, does anyone know how to print a list of data from a table using the PRINT statement for output.
thanks in advance
Sanj