kviuff opened a new issue, #14960:
URL: https://github.com/apache/druid/issues/14960
/*查询语句第一行*/
SELECT person.id, person.name, group.name
FROM person
JOIN group ON person.group_id = group.id
WHERE person.birthdat > '1980-01-01';
格式化后
查询语句第一行
SELECT person.id, person.name, group.name
FROM person
JOIN group ON person.group_id = group.id
WHERE person.birthdat > '1980-01-01';
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]