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
How iteration names of tables and delete records from them?
I am trying to create a procedure in which I create a variable -> @table_name and assign a select, that gets a list of tables names from sys.table.
Then I need to insert the @table_name to line wit...
Alex
Votes: 0
Answers: 1
Swift http delete request with php not working
I had tried many times in Swift, seem the problem happened in the PHP file. i dont know the data tpye of $revaID correct i get $revaID value from swift, i want to use revaID to delete row from table r...
zdrg
Votes: 0
Answers: 1
PostgreSQL, delete values from a table that match the output of a query on the table the values are being deleted from
I'm capturing data from a database each day, by running an insert statement using a query and the values for whatever the current date is when the query is run.
To stop the table from getting too larg...
Scott Renfree-Tuck
Votes: 0
Answers: 1