cancel
Showing results for 
Search instead for 
Did you mean: 
suxinji
Employee Alumni
Employee Alumni

Overview 

You can run SQL queries to do interactive analysis in Incorta Notebook. Use registerTempTable to define a Spark Temp View, create new paragraphs, and use %sql to run SQL queries in Incorta Notebook. 

Solution

# define a temp view and use SQL to query data
SparkR::registerTempTable(df, "titanic_data")

select * from titanic_data

Screen Shot 2022-04-05 at 5.41.23 PM.png

Best Practices Index
Best Practices

Just here to browse knowledge? This might help!

Contributors
Version history
Last update:
‎04-08-2022 11:50 AM
Updated by: