SQL Commands
Command Name | Description |
---|---|
The SELECT statement is used to select data from a database. Spice supports querying using standard SELECT statements. | |
The | |
The SHOW command can query for the existence of SQL tables with certain pattern matching. | |
The DESCRIBE TABLE command is used to provide high-level information regarding the overall column properties of an existing dataset. | |
The |
Last updated