pls help me

S

sh

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
 
L

Lew

sh said:
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
 
G

Greg R. Broderick

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top