Show the results of a SQL query
Syntax
show <count> from sql(<sql>) [with count]
Parameters
sql
String. SQL query to execute.
count
Integer. The number of rows to show from the query.
Options
with count
Also show the total number of rows in the SQL query result.