Skip to content

How to count the difference in Informix SQL?

I’m counting number of rated calls and average rating in callcenter: (12 rated calls for sales and 4 rated calls for service). I can also count number of total calls (rated and unrated): (21 total calls for sales and 4 total calls for service). But I want to count only unrated calls. SQL request: runs s…

Get Start Date from IsoWeek

I want to display user numbers per week from Google Analytics in our warehouse. I receive raw data through our ETL per week and the iso week as a string: GaIsoYearIsoWeek:’201951′ with the …

JSON SQL Server 2016 parse

I have a nested JSON as output form a form and I need to parse it in order to send it in joined tables. I cannot parse some of the data I have in the JSON: labels, rangesValues or body I get NULL …