Description Usage Arguments Value Examples
Create an in-database view from a SELECT clause
| 1 | createView(pViewName, pSelect, pDatabase = getOption("ResultDatabaseFL"), ...)
 | 
| pViewName | Name of view | 
| pSelect | SELECT clause for view creation | 
| pDatabase | Name of the database | 
Name of view if operation is successful
| 1 | vres <- createView("myview120","SELECT * FROM tblmatrixmulti")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.