on 2013 Aug 26 6:05 PM
IN BI4.0 - When we build the universe in IDT there is different SQL option for Single source and Multi Source.
Single source - Database specific SQL Syntax
Multi Source - Standard SQL-92 and SAP Business Objects SQL functions
What is the difference between this two?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Satheesh,
Say you have a BO Object called TODAY, you can define it anyway as below:
SYSDATE - will work only for oracle
GETDATE() - will work only for mssql
CURRENT_TIMESTAMP will work in any database (irrespective of oracle or mssql)
curDate() will work for any db
In multisource since there could be 2 different databases involved it generally use sql-92 or SAP BO functions sql, if apart from these any specific function(like lead, lag in oracle or @@servername in mssql) needs to be used, they have to be defined as database specific sql.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.