Jan 8, 2001 #1 TRYP Programmer Jun 20, 2000 136 US how can i return a 1 column result set as a multi-column single row ???? tryp
Jan 8, 2001 #2 chiph Programmer Jun 9, 1999 9,878 US In your select statement, include as many pseudo-columns as you need. [tt] select MyColumn, ' ', ' ', ' ' from MyTable where MyKey = MyKeyValue; [/tt] Chip H. Upvote 0 Downvote
In your select statement, include as many pseudo-columns as you need. [tt] select MyColumn, ' ', ' ', ' ' from MyTable where MyKey = MyKeyValue; [/tt] Chip H.