|
Hi I have a table called MessageValue which has fields like
following are the values
I need a result set like
WITH VALUES LIKE
Kindly help me with this . Thanks, Kannan
(comments are locked)
|
|
Yikes, that's one scary design. You really shouldn't store two completely different (although related) sets of data in the same table. But, it shouldn't be that rough to put them together I think that, or something very similar will get you what you need. One more yikes for the column names ;) And this might be what you needed. I only extended Grant Fritchey's solution a bit
Jun 22 '12 at 12:10 PM
Usman Butt
Oops! Yeah, that's much better.
Jun 22 '12 at 12:15 PM
Grant Fritchey ♦♦
Thanks Guys..
Jun 22 '12 at 12:29 PM
aRookieBIdev
(comments are locked)
|

