LEFT JOIN
Понятно про анализ данных, технологии, нейросети и, конечно, SQL. Услуги — leftjoin.ru Курсы по аналитике — https://stepik.org/users/431992492 Автор — @valiotti Реклама — @valiotti Перечень РКН: https://tapthe.link/PpkTHavwS
Show more📈 Analytical overview of Telegram channel LEFT JOIN
Channel LEFT JOIN (@leftjoin) in the Russian language segment is an active participant. Currently, the community unites 43 099 subscribers, ranking 3 118 in the Technologies & Applications category and 14 753 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 43 099 subscribers.
According to the latest data from 26 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -790 over the last 30 days and by -23 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 17.49%. Within the first 24 hours after publication, content typically collects 11.62% reactions from the total number of subscribers.
- Post reach: On average, each post receives 7 536 views. Within the first day, a publication typically gains 5 006 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 12.
- Thematic interests: Content is focused on key topics such as аналитика, sql, данными, datalens, csv.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“Понятно про анализ данных, технологии, нейросети и, конечно, SQL.
Услуги — leftjoin.ru
Курсы по аналитике — https://stepik.org/users/431992492
Автор — @valiotti
Реклама — @valiotti
Перечень РКН: https://tapthe.link/PpkTHavwS”
Thanks to the high frequency of updates (latest data received on 27 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
А вам data literacy помогает больше зарабатывать? ❤️ — А то! 👾 — Что-то незаметно… 🔥 — А я неграмотный :(
LEFTJOIN, который дает скидку 5%. Указать его нужно при записи в комментариях.Интересно иногда почитать что-нибудь такое или вы здесь исключительно ради постов про данные и SQL?
❤️ — Да, пишите, интересно. 👾 — Нет, давайте лучше про данные!
Как вам новость? ❤️ — Давно пора! 🌚 — Да что мне этот Tableau...
FROM customer
|> LEFT OUTER JOIN orders ON c_custkey = o_custkey
AND o_comment NOT LIKE '%unusual%packages%'
|> AGGREGATE COUNT(o_orderkey) c_count
GROUP BY c_custkey
|> AGGREGATE COUNT(*) AS custdist
GROUP BY c_count
|> ORDER BY custdist DESC, c_count DESC;
А делает он то же, что вот этот:
SELECT c_count, COUNT(*) AS custdist
FROM
( SELECT c_custkey, COUNT(o_orderkey) c_count
FROM customer
LEFT OUTER JOIN orders ON c_custkey = o_custkey
AND o_comment NOT LIKE '%unusual%packages%'
GROUP BY c_custkey
) AS c_orders
GROUP BY c_count
ORDER BY custdist DESC, c_count DESC;
Главное отличие в том, что первая версия кода — это новый Вот такой апдейт для старого доброго SQL. Что скажете? ❤️ — так действительно удобнее 🌚 — это уже не SQL
Переезжаем в Непал? ❤️ — собираю чемоданы 👾 — нет уж, спасибо 🔥 — а я уже там
Available now! Telegram Research 2025 — the year's key insights 

