Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

What SQL functions or commands work in Alteryx?

$
0
0

 

I know there is a standards around SQL one such being ANSI (American National Standards Institute) and clients such as Oracle and Microsoft SQL server add their own commands which are specific to them but its not clear to me what SQL framework Alteryx uses. 

 

For instance, the SQL editor query

 

"select top 100 * from table;" 

 

seems to work in Alteryx but I know that this command does not work on all SQL clients (oracle for instance). Is there anywhere where I can find a comprehensive list of SQL commands and functions that are supported by Alteryx? 

 

Also do the in database tools work by sending SQL commands to the database they are connected to and only returning the result of the query? If so are the SQL commands available to us in the in-database dependent on what SQL client the connection is with?


Viewing all articles
Browse latest Browse all 4999

Trending Articles