 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Dmitry Konnov Guest
|
Posted: Sat Nov 25, 2006 4:36 pm Post subject: SQL Parser JOINS |
|
|
Hi to All,
Does anybody knows some implementations of SQL parsers who can deal with
Relations in SQL queries.
For example we have SQL statement:
SELECT P.Name, A.Street FROM Person P LEFT JOIN Address A ON A.Id =
P.AddressId
And i want to have something like this:
SELECT Name, Address->Street FROM Person
Thank you.
Dmitry |
|
| Back to top |
|
 |
Powered by phpBB © 2001, 2006 phpBB Group .
|