Files
kafka-ingest-concept/templates/query.sql
2024-08-05 21:41:30 +02:00

7 lines
54 B
SQL

select
*
from
m_click_statistic
limit
10;