Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using a SP as a source in a SQL select...
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Using a SP as a source in a SQL select...
Miscellaneous
Thread ID:
00693120
Message ID:
00693120
Views:
66
Im tyring to use 2 stored procedures, both returns rows, as a source in a select statement. I just want to join the results of 2 sp's. Ive been trying for a while now but I keep getting syntax errors. This is what I want to theroetically do.
select * from (countFloorCaps 'BREESE', 4) f
  inner join (rateCapacity 'BREESE', 4) r on f.floornum = r.floornum
Any ideas, I dont want to use any temp cursors. If it cant be done, its not that big of deal, This would just save me a extra trip to my db server and a extra query inside FoxPro.

TIA

Eric Stephani
Next
Reply
Map
View

Click here to load this message in the networking platform