SQL Query to calculate the number of revisiting and new users on my website from the events table the table consists of all the frontend events captured on my w
I have the following SQL query : Select T1.order, T2.tax , T2.number, Sum(T1.vals) From T1 LEFT Join T2 ON T1.order = t2.order AND T1.tax <= T2.tax I wan
is it possible to call reauthenticate? I need to call authenticate but ask user to fill credentials again. I tried looking for it in API but didn't found this o
have a JSON data like below "metric": { "name" : "name1" }, "values": [ [ 16590879, "0.043984349" ], "values": [ [ 16590876, "0.043983444" ] ]
After I execute/compile a stored procedure/function, I query the all_statements view to extract the statements that were in the stored procedure/function like b
I have a stream where I am aggregating some data like this: //start comparator -> I take a string in format month-year (2-2022) and I want to order all the
I am creating an ActionResult in ASP.Net MVC to serve images. With Session state enabled, IIS will only handle one request at a time from the same user. (This i
The Intl.NumberFormat (see Mozilla's doc) provides a nice way in Javascript to format numbers into a current locale`s version like this: new Intl.NumberFormat(
I am unable to mount docker.sock when creating a container in WSL 2: -v /var/run/docker.sock:/var/run/docker.sock I get the following error: docker: Error resp