Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
None
Description
Support qualified table 'db.table' in call procedures.
For now, if we want to run a command like 'show_commits' on table 't1' and 't1' is not in default database, need to submit 'use db' first.
use db;
call show_commits(table => 't1')
With this improvement, we can exactly use
call show_commits(table => 'db.t1')
Attachments
Issue Links
- links to