Skip to content
  • This project
    • Loading...
  • Sign in

张浩 / BrBigDataTest

Global
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • BrBigDataTest
  • shell_debug
  • method_select.hql
  • zhanghao's avatar
    commit · af8f0e61
    af8f0e61 Browse File
    zhanghao authored 2022-02-08 16:51:49 +0800
method_select.hql 104 Bytes
Raw Blame History Permalink
1 2 3 4 5
use testdb;

select method from qa_log_debug
where method is not null and method!='N/A'
group by method;