I have a query with UNION, in which it is required to output the results in a single line. I tried using group by, but an error occurred. Mayb
READS SQL DATA means the routine contains statements that read data (for example, SELECT), but not statements that write data. I understand what it means, but
I've created an empty ASP.NET Core Mvc project in visual studio for Mac, added a few dependencies Microsoft.AspNetCore.Mvc (1.1.2) Microsoft.AspNetCore.Mvc.Co
I am using spring boot and spring batch. For meta table i want to use mysql and for all business thing i want to use db2 as a database.When i implemented gettin
I am working on plotting heat maps using seaborn and I want to export them to the hard disk as png images for some how my code is blocking at the savefig line :
I'm learning the MVC pattern in a course and, according to the instructions, the data access object is not only responsible for loading/saving the database, but
I'm building a custom AAD B2C policy for a tenant which provides authentication for several apps, some of which use OIDC and some of which use SAML. The SAML ap
Is there a culture for this date-format? 2022-03-08 23:59:59 Or do I have to do this manualy with .ToString()?
I have written a localstorage helper for my react application to make it reusable which doesnt feel very reusable. If I save or remove an item, it depends on th