Sign in
apache
/
doris
/
HEAD
/
.
/
pytest
/
qe
/
query_regression
/
sql
/
issue_6369.sql
blob: eb399629bce8effb93b6627b592913c859aed42c [
file
] [
log
] [
blame
]
--https://github.com/apache/incubator-doris/issues/6369
SELECT
ROUTINE_SCHEMA
,
ROUTINE_NAME
FROM
information_schema
.
ROUTINES
WHERE
ROUTINE_SCHEMA
=
'ech_dw'
ORDER
BY
ROUTINES
.
ROUTINE_SCHEMA
;