Topic: Kusto Query strcat How to Concatenate Columns in Kusto Query Language In this article, we are going to learn how to concatenate columns in Kusto
Month: March 2022
Min and MinIf in Kusto Query | Azure Data Explorer | Kusto Query Language Tutorial (KQL)
Topic: Min and MinIf Functions in Kusto Query Language in this article, we are going to learn about two functions in Kusto Query Language one is
Accelerate silicon design innovation on Azure with Synopsys Cloud
https://azure.microsoft.com/blog/accelerate-silicon-design-innovation-on-azure-with-synopsys-cloud/ Semiconductor and silicon technology are the basis of digital transformation happening everywhere, across industries and our daily lives, impacting the way we work, learn,
Talk to the duck.
Over the years, one of the best pieces of problem solving advice I’ve been able to give my kids is to Talk to the duck.
Get your pass for this year’s hybrid Data Community Summit
PASS Data Community Summit 2022 registration is officially open! Now’s the time to get your pass for the world’s largest gathering of data platform professionals
Create dummy rows?
Hello I’m working on a query that will be used in power BI and I need to write a query that returns a Max of
How to convert columns content to a row ?
I have this table called activities | ID | user_id | comment_1 | comment_2 | comment_3 | commnet_4 | |—-|———|———–|———–|———–|———–| | 1 | 1 |
📈 Upskill in SQL & take your Data Analysis to the next level!
View episodes from my SQL for Data Analysis YouTube series below! The aim is to gradually take people interested in SQL, Power BI, Data Analysis
Foreign key reference multiple tables
I’m trying to create a table for notifications like so: CREATE TABLE notification ( notification_id INT GENERATED ALWAYS AS IDENTITY, actor_id INT REFERENCES users, recipient_id
GROUP BY USER, MONTH and return 0 values for months with no records
So I have a USERS, FORMS, and RESPONSES table: https://preview.redd.it/amsim8wlerq81.png?width=1192&format=png&auto=webp&s=a0b065a1caaf346576da1a71271355070021bdae My end goal is to GROUP BY userId and month_created to get something that looks