guoxiaolongzte created SPARK-22999: -------------------------------------- Summary: 'show databases like command' can remove the like keyword Key: SPARK-22999 URL: https://issues.apache.org/jira/browse/SPARK-22999 Project: Spark Issue Type: Improvement Components: SQL Affects Versions: 2.3.0 Reporter: guoxiaolongzte Priority: Trivial
SHOW DATABASES (LIKE pattern = STRING)? Can be like the back increase? When using this command, LIKE keyword can be removed. You can refer to the SHOW TABLES command, SHOW TABLES 'test *' and SHOW TABELS like 'test *' can be used. Similarly SHOW DATABASES 'test *' and SHOW DATABASES like 'test *' can be used. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org