When I passing parameters a1 as "a1", a2 as ["a21","a22"] @Query(value = "select * from a where if(:a1 !='', a1=:a1,1=1)" + "and if(:a2 !='',a2 in (
Context: While manually deploying a backend service in AZURE, I am prompted to select the type: custom, azure or service fabric. How can I declare via terrafor
I found this question: How to find out which CVS tags cover which files and paths? However, the results are not at all what I'm expecting. I'm using the followi
Hi experts i am new to java programming ,apology if i am not able to explain my doubt clearly. This is practice question of hackerrank Problem statement : take
In my react app I am fetching data from API, the response object is as below:- posts { total: 3, data:[ {some data}, {some data}, {s
I did the following in google colab notebook and get an error. Any idea? %pip install pyenchant import enchant and get the following error: ImportError
Hallo my question is quite simple. I have made some IOT projects and U am wondering if you would be able to save e.g. a javascript library in the spiffs on the
I have vue js application running on localhost:3000 and express js restful api running on localhost:4000. Whenever new user registers, the request is sent to /a