Registersql

From Data Islands
Revision as of 10:20, 30 September 2024 by WikiSysopdi (talk | contribs)

We can register a sql with using registersql command.

(Syntax : registersql "sqlname" "description" "sql statement" <ENTER>)

Example

>registersql "getBerlinCustomers" "return only customers from Berlin" "select CustomerID, CompanyName, City, Phone from customers where City="Berlin"