Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > pls help me

Reply
Thread Tools

pls help me

 
 
sh
Guest
Posts: n/a
 
      02-08-2007
hi all,

i posted one oracle query but i want to convert same query in to
mysql.

please help me,
this is related to recursive join



WITH TReferal(referal_id) as(select referal_id from TReferalApplied
where referal_id=19 UNION ALL select ra.id from TReferalApplied ra
JOIN TReferal r ON r.referal_id=ra.referal_id) select count(*) from
TReferal; -

thanks in advance

 
Reply With Quote
 
 
 
 
Lew
Guest
Posts: n/a
 
      02-08-2007
sh wrote:
> hi all,
>
> i posted one oracle query but i want to convert same query in to
> mysql.
>
> please help me,
> this is related to recursive join


but not to Java. Try comp.databases or similar.

- Lew
 
Reply With Quote
 
 
 
 
Greg R. Broderick
Guest
Posts: n/a
 
      02-08-2007
"sh" <> wrote in news:1170934298.766434.264170
@q2g2000cwa.googlegroups.com:

> hi all,
>
> i posted one oracle query but i want to convert same query in to
> mysql.


Try comp.databases.mysql for help with SQL. This news group is for Java.

Cheers
GRB
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
URGENT - Pls help...pls recommend - laptop purchase irfansmith@gmail.com Computer Information 2 08-15-2008 11:34 PM
pls help me im desperate and in neeeeed of your help!!! weepeez@gmail.com Java 1 01-02-2008 04:50 PM
URGENT: Need help in setting environment variable.. pls help Rahul S. C Programming 3 11-01-2004 10:53 AM
Help newbie with Netbeans help system/javadocs pls. James Bond Java 0 08-03-2004 06:01 AM
pls, help.. i need a number..pls olabanji timothy MCSE 7 09-10-2003 04:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57