i have two tables : table1( columns as id, name, mail, address) and table2(eid, name, mail and salary) i have created data block for each table (name datablock1
In Xcode's Build Settings, we always use "-D XX" in "Other Swift Flags". Whats the purpose and the proper use of "-D"? And what's the result if we don't use the
Is there any examples of regex for entering text(letters) without emojis ? I tried to inverse regular expression but it works not correctly /(?!:\ud83c[\udf0
I have a PySpark dataframe which contains an ID and then a couple of variables for which I want to calculate the 95% point. Part of the printSchema(): root
After going through all of the Stackoverflow threads on this topic, I still could not solve the problem. This happens only on my Fedora laptop, on my Macbook, t
I want to update data in any table using this format: Dim Update As String Dim FindUpdate As Range Update = Range("USER_NAME").value With She
Here is my postgresql query select 'insert into employee(ID_NUMBER,NAME,OFFICE) values ('''||ID_NUMBER||''','''||NAME||''','''||replace(DESIGNATION,'&','and
I am applying Dijkstra’s shortest path algorithm, it works well with another examples, but I could not figure out why it does not give me the correct resu
The user will select multiple pick value from screen like 100, 101, 102 etc. and those values need to be passed to the below query and generate the output for f
I am using a button which watches a provider that executes a HTTP request like so: Future<void> buttonPress({required WidgetRef ref}) async { final Ca