Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » How I get Join association?
How I get Join association? [message #580232] Wed, 28 June 2006 19:13
Eclipse UserFriend
Originally posted by: clodoaldo.phoebus.com.br

Hi all,

I'm using SQLParser and I have the problem. When the query exists more than one join clause occurred some problem. For example:
SELECT t1.c1 , t2.c2, t3.c3 FROM TABLE1 t1 LEFT JOIN TABLE2 t2 ON t1.c1 = t2.c2 RIGHT JOIN TABLE3 t3 ON t3.c3 = t2.c2

For first join i get the TableRefLeft (= TABLE1) and TableRefRight(= TABLE2) but I do not obtain TableRefLeft for second join (return null).

Exists another form for this intention?

[]'s clodoaldo
Previous Topic:Database connections not persisted
Next Topic:How I get Join association?
Goto Forum:
  


Current Time: Thu Mar 28 12:59:37 GMT 2024

Powered by FUDForum. Page generated in 0.02919 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top