TI SQL Limitations ????

Post Reply
adma76
Posts: 9
Joined: Mon Jun 30, 2008 8:07 pm

TI SQL Limitations ????

Post by adma76 »

Hi guys,
does TI support SQL commands such as :

INNER JOIN
LEFT OUTER JOIN

Thanks in advanced,

Aviad Malka :shock:
Alan Kirk
Site Admin
Posts: 6647
Joined: Sun May 11, 2008 2:30 am
OLAP Product: TM1
Version: PA2.0.9.18 Classic NO PAW!
Excel Version: 2013 and Office 365
Location: Sydney, Australia
Contact:

Re: TI SQL Limitations ????

Post by Alan Kirk »

adma76 wrote:Hi guys,
does TI support SQL commands such as :

INNER JOIN
LEFT OUTER JOIN

Thanks in advanced,
Important thing to understand about that... TI does nothing with SQL commands. All they are to TI is a string of text. The SQL commands are simply passed to the SQL database (typically via an ODBC connection) and processed by that database, which then returns the records (if any) to TI for processing. Accordingly TI doesn't care at all about the SQL syntax as such; all that matters is that the database system that you're connecting to supports the commands and syntax that you incorporate into the TI process.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
adma76
Posts: 9
Joined: Mon Jun 30, 2008 8:07 pm

Re: TI SQL Limitations ????

Post by adma76 »

Thanks :D
Post Reply