Skip to content

Conversation

@Amper
Copy link
Collaborator

@Amper Amper commented Oct 20, 2025

  • Using ggregate functions with constants (literals): SELECT SUM(1) FROM logs
  • Using aggregate in HAVING without using in SELECT: SELECT SUM(1) FROM logs HAVING COUNT(1) > 0
  • Using select without from: SELECT 1
  • Using table-alias with star: SELECT l.* FROM logs l
  • Using group by without aggregate function: "SELECT kubernetes.container_name FROM logs GROUP BY kubernetes.container_name

@Amper Amper merged commit ad07c97 into main Oct 20, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant