Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One more set of eyes needed
Message
From
05/03/2003 09:50:03
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00761101
Message ID:
00761472
Views:
27
Too late for me to respond. Sergey gave you the answer there.

>
>Cheers :)
>
>How can I do:
>
>declare @CategoryPrice smallmoney
>select @CategoryPrice = select Price from PriceInfo where CreditCategory = @PassedCategory
>
>
>select 'CT' as State, @CategoryPrice as Price, CreditType, county,
>registry, city, address, def1FName, Def1LName
>from CTCredit..CreditInfo where CredID in
>(select CredID from CartDetail
>inner Join CartContent on
>CartDetail.CartContentID = CartContent.CartContentID
>and CartContent.State = 'CT' and CartContent.CreditCategory = @PassedCategory )
>
>Is it right?
Previous
Reply
Map
View

Click here to load this message in the networking platform