If you place curly braces ({}) around your SQL statement in a Tabular SQL object, that SQL statment will be sent directly to the database. Note that no validity checking is done on the SQL, so the report author is fully responsible for the correct operation of the SQL statement.
Steps:
Create a Tabular SQL object.
Write you SQL statement. Ensure that it is surround by curly braces. For example, if your SQL statement isSELECT * FROM ORDER_HEADERyou need to write it as:
{SELECT * FROM ORDER_HEADER}
Subscribe to:
Post Comments (Atom)
Working with Compression on HDFS
Copy and uncompress file to HDFS without unziping the file on local filesystem If your file is in GB's then this command would cer...
-
IBM Cognos 10 RedBook Link to the Book http://www.redbooks.ibm.com/redbooks/pdfs/sg247912.pdf Some of the Feature I like: New dynamic query...
-
Cognos 10 BI IBM Cognos BI provides users with many options to access information. Each option uses common functions and interfaces. Executi...
-
If you place curly braces ({}) around your SQL statement in a Tabular SQL object, that SQL statment will be sent directly to the database. N...
No comments:
Post a Comment