Viewing 2 posts - 1 through 2 (of 2 total)
Yuvraj Powar's approach is nice an simple (but probably left out a couple of keywords to save time):
Select Account,
Case when Account = 'Cr' Then Amount End AS...
October 7, 2004 at 12:38 pm
#525826
I tried to recreate this, but couldn't figure out exactly what the structure was of the other tables involved (e.g. Users and UserRoles). Can you add the CREATE TABLE scripts...
October 7, 2004 at 12:19 pm
#525817