Knowledgebase

Knowledge document for Smart view and Data Visualization Attached.

:: Attached is RNA Tables which can be queried. 

:: Please note all Views are disabled in RNA

:: you can create internal view by using below snippit 

WITH SAMPLE_DATA1 as ( 

// your select query to create the view

//eg: Select * from some_table

),

WITH SAMPLE_DATA2 as (

// optional additional view

)

//your main select query 

//use the view you have created here

SELECT *  FROM SAMPLE_DATA1

left join SAMPLE_DATA2 on ( /* Table Relation Ships */)

where ....

Newest articles 
 
HT Support Portal