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
  • max_timestamp.hql
  • zhanghao's avatar
    commit · bfc914ec
    bfc914ec
    zhanghao authored 2022-02-11 16:54:41 +0800
max_timestamp.hql 109 Bytes
Raw Blame History Permalink
1 2 3 4 5
use testdb;

select max(timestamp) as timestamp
from qa_log_debug
where method is not null and method!='N/A';