Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using a SP as a source in a SQL select...
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Using a SP as a source in a SQL select...
Divers
Thread ID:
00693120
Message ID:
00693120
Vues:
64
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform