Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2003-06-02 : 07:40:02
|
| venkat writes "select....and p.entity_id in (select entity_detail_id from rulesdbo.entity_detail connect by prior entity_detail_id = ntity_id start with trim (entity_id) in ('abc'))..I have written this query in oracle pl/sql i have to write same query in sql server2000. But sql server 2000 doenot support CONNECT BY PRIOR ..START WITH..I appreciate your help.Thanks,venkat." |
|
|
harshal_in
Aged Yak Warrior
633 Posts |
Posted - 2003-06-03 : 03:57:48
|
quote: venkat writes "select....and p.entity_id in (select entity_detail_id from rulesdbo.entity_detail connect by prior entity_detail_id = ntity_id start with trim (entity_id) in ('abc'))..I have written this query in oracle pl/sql i have to write same query in sql server2000. But sql server 2000 doenot support CONNECT BY PRIOR ..START WITH..I appreciate your help.Thanks,venkat."
check out this link:http://www.quest.com/newsletter/newsletter_v2i2/puzzles.html#Stored_ProcThe Judgement of the Judge is as good as the Judge. |
 |
|
|
peddi_praveen
Starting Member
48 Posts |
|
|
robvolk
Most Valuable Yak
15732 Posts |
|
|
|
|
|