In my previous post, I discussed about getting the result set which lies between the given date range. This time, let’s take an another interesting example, wherein we need to transform the number to rows into number of columns as our result set. Consider below data for which we need to write query: let demoData = datatable(Environment: string, Feature:string, Location:string, Version: string) [ "dev" , "Feature1" , "Site1" , "v1" , "test" , "Feature1" , "Site2" , "v2" , "prod" , "Feature1" , "Site3" , "v3" , "dev" , "Feature2" , "Site1" , "v4" , "test" , "Feature2" , "Site4" , "v5" , "dev" , "Feature3" , "Site1" , "v6" , "test" , "Feature3" ,
This blog is all about my technical learnings pertaining to LLM, OpenAI, Azure OpenAI, C#, Azure, Python, AI, ML, Visual Studio Code and many more.