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)
Declare and return value for DELETE and INSERT
I am trying to remove duplicated data from some of our databases based upon unique id's. All deleted data should be stored in a separate table for auditing purposes. Since it concerns quite some datab...
Bobstar
Votes: 0
Answers: 3
What is the merit of prepared statement in mysql
After I read about prepared statement,I can set prepared statement like following.
It worked, but I haven't understood what is the merit of prepared statment. because I wonder what is the merit beyond...

Heisenberg
Votes: 0
Answers: 0
Dynamix SQL Error "Must declare the scalar variable"
I have the @inAdd1-6 and @inAdd declared. The @inAdd1-6 will actually be passed into the Stored Procedure.
I will then split them and process the addresses, some as a single address, and others where...

Dizzy49
Votes: 0
Answers: 1
SQL Server stored procedure parameters syntax error
I have the following query:
DECLARE @periodEnd datetime = '2021-12-09 02:41:42.000'
DECLARE @ID VARCHAR(50) = '35915D4B-E210-48C0-ADD5-C68AAEB62C36'
EXEC('SELECT COUNT(*) AS count FROM pageloads nolo...
billi j
Votes: 0
Answers: 2