Creating temp table in Javascript Icon | Community
Skip to main content
karanv22355550
Level 2
March 27, 2018

Creating temp table in Javascript Icon

  • March 27, 2018
  • 0 replies
  • 2762 views

Hey, so I recently called an api within a javascript Icon. I would like to create a temp table and populate it with the api data. I am unsure on how to create a temp table and populate it. I found these functions. I attempted to create a schema, it runs but does not do anything. Any advice would be great on creating and populating a temp table so that I can inner join on my current query. Thanks!

     

P.S. I have been also using these functions but I do not see any changes when I run the script.

registerSchema();

setSchemaSqlTable();

buildSqlTable()

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.