BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SQL Parser JOINS

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder Databases (SQL Servers)
View previous topic :: View next topic  
Author Message
Dmitry Konnov
Guest





PostPosted: Sat Nov 25, 2006 4:36 pm    Post subject: SQL Parser JOINS Reply with quote



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
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder Databases (SQL Servers) All times are GMT
Page 1 of 1

 
 


Powered by phpBB © 2001, 2006 phpBB Group
.