mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 09:16:01 +00:00
fix: remove distinct from mysql params query
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
module.exports = `
|
module.exports = `
|
||||||
SELECT DISTINCT
|
SELECT
|
||||||
r.ROUTINE_SCHEMA AS schemaName,
|
r.ROUTINE_SCHEMA AS schemaName,
|
||||||
r.SPECIFIC_NAME AS pureName,
|
r.SPECIFIC_NAME AS pureName,
|
||||||
CASE
|
CASE
|
||||||
|
|||||||
Reference in New Issue
Block a user