AMIT GUPTA-263376
SSCarpal Tunnel
Points: 4244
More actions
March 3, 2006 at 8:13 am
#167233
Hi,
I have a table contains 100 of Recors and I want to print. The value for each column for every record withot using a cursor or temp tables?
Using a simple select Query??
Regards
Amit Gupta
paramind
SSCrazy
Points: 2160
March 3, 2006 at 10:08 am
#624666
No, select statements don't print. You will have to buy a printer.
_/_/_/ paramind _/_/_/
JeffB
Hall of Fame
Points: 3541
March 3, 2006 at 1:41 pm
#624726
Print to where? A printer? The output window of QA?
select * from table prints all the data.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply