python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Passing a dictionary value to and fro in TCL
I am trying to write a script which uses a dictionary value to store some data. I am then using the same dictionary value to a procedure for further processing. It looks something like this :
proc tes...
manju sharma
Votes: 0
Answers: 1
How to set value in a column based on values from another columns in the same table?
I am quite new in ORACLE APEX and I would like to have a column BILANS that is a result of BUDGET and COST difference.
I mean I insert values to BUDGET and COST columns in a form and BILANS is counted...
Szymon Rostek
Votes: 0
Answers: 0
update column, table-normalization
i have a table like:
name
location
Emma
Athens
Nick
Berlin
Emma
Athens-Greece
Nick
Berlin, Germany
Emma
233 Street, Athena
Nick
Berlin's
at first, i want to change all values lik...
mikasa
Votes: 0
Answers: 1
Call SQL Procedure with CreateNativeQuery
My SQL procedure contains two Queries and I want call that procedure from my java code
I tired with below code but it return result List with first query from procedure.
Query query = em.createNative...
Lina
Votes: 0
Answers: 1