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
  • method_select.hql
  • 张浩's avatar
    commit · 59d6145f
    59d6145f
    张浩 authored 2022-01-14 14:47:33 +0800
method_select.hql 98 Bytes
Raw Blame History Permalink
1 2 3 4 5
use testdb;

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