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