An SQL UPDATE statement is used to change existing records in a table.

learn more… | top users | synonyms

0
votes
1answer
15 views

Using UPDATE cursor in PL/SQL

As far as I can see, I can make an UPDATE in PL/SQL without using a CURSOR. For example: CREATE OR REPLACE PROCEDURE update_my_table (id NUMBER) AS ... BEGIN ... UPDATE my_table SET ...
0
votes
1answer
38 views

Unable to save data to Entity Model Database using saveChanges() method

I am trying to save data to my database. What I want is that when the button is pressed, data is saved to the database permanently. I've done tests where code is saved while the application is ...
-4
votes
1answer
44 views

Records are not updating in database? [closed]

Here is my code, it's working upto retrieving the data but after clicking submit button fname,lname,gend are showing as empty fields and notices as undefined index fname,lname,gend. ...
2
votes
1answer
25 views

count in mysql update mysql query, error support

hello need a update starting from.. SELECT tA.id, count(*) c FROM tA join tA ON tB.id = tA.id where tA.id = 5 GROUP BY tA.id having c > 1; I have a relational model ...
0
votes
3answers
32 views

Updating table with the data from another unrelated table

I'm using SQL Server 2008 R2, I have the following tables: client(id,country,name) and temp(id,country), and they are UNRELATED between each other. I want to know how can I set the temp.id value to ...
0
votes
4answers
24 views

UPDATE Postgresql where row…else delete

Here's what I have: col1 | col2 ------| ------ a.....| x...... a.....| y...... b.....| y...... c.....| y...... d.....| y...... d.....| x..... Here's what I want: col1 | col2 ------| ------ ...
1
vote
1answer
34 views

Is it possible to utilize $addToSet multiple times in the same update?

So here is what I want the documents in my collection to look like structurally: { "_id": "123", "systems": [ { "_id": "1338", "metrics": [ ...
1
vote
1answer
40 views

SQL Server : when using multiple UPDATES in a single query, will the WHERE clause use the current or updated field values?

This is a very simple question, but the SQL Server documentation doesn't explain this as clearly as I would like, so I would appreciate someone spelling it out for me. I am updating a table with new ...
0
votes
0answers
10 views

Updating MySQL with user entered values

The first jsp page (send1.jsp) displays all data from the MySQL database, and consists of an edit button for each row. Once the user clicks on the edit button for a particular row, the size variable ...
0
votes
1answer
17 views

Update Query VBA Access

I am wanting to copy information from the Id column in the Products table to ProductsId column in another table using vba/sql in Microsoft Access. I was just wondering how I would be able to do this. ...
0
votes
3answers
62 views

Date Issue with SQL update statement in c#

I have a Date field in a table that is displayed as Day-Month-Year Hour.Minute.Seconds and I am trying to update the HOUR field when there is the same Ertnumber and Date. I can get the field to update ...
0
votes
4answers
34 views

Current timestamp field in mysql table is not updated automatically

I really apologize for asking such a simple question but i am stuck in it. Actually my table has three coloumns such as id, status and date. The date field is current timestamp (Also I have selected ...
0
votes
0answers
45 views

SQL Update table from not exists statement

Still new but learning lots. I have 2 tables AVDMASTER and AVDupdates. I would like to update the current existing row(s) in AVDMASTER (Fields: OWNER, REG, PREVIOUS) with new data from AVDupdates ...
1
vote
2answers
56 views

SQL Fill in blank data based on previous rows

I have a SQL Table that is similar to the following: ID, Date, D1, D2, D3 1 1/1/13 0 X A 2 1/2/13 3 1/3/13 1 4 1/4/13 B 5 1/5/13 that I need to update to the ...
0
votes
2answers
25 views

Tsql Column Comparision on Sample table and update rows

I am trying to compare two columns in table 1 and update the rows in same table 1. Sample Table Table1 with columns A, B ,C, D A B C D ------- X 1 X 0 X 2 X 0 X 3 Y 0 Y 4 X 0 IF the columns A ...
0
votes
0answers
12 views

Unknown stored procedure being called during update query

I've got SQL Server 2012 with a table having a field layout like this: (UID bigint, Email varchar(64), Password varchar(64)) When I run a query like this: Update *tablename* Set ...
0
votes
1answer
37 views

Edit Value in MySQL Database

I am trying to edit the value of an integer in my database through php, Here is the code I am using $query = "UPDATE Bremners WHERE stud_name = john SET stud_goal = stud_goal + 1"; Bremners is the ...
-1
votes
3answers
36 views

MySQL Syntax Error During UPDATE [closed]

if($_POST['submit']) { $Day1 = $_POST['day1']; $Day2 = $_POST['day2']; $Day3 = $_POST['day3']; $Day4 = $_POST['day4']; $Day5 = $_POST['day5']; $Day6 = $_POST['day6']; $Day7 ...
0
votes
2answers
26 views

codeigniter update table row with new data array where

I have a database record with a uniqueID/PrimaryKe (OrderNumber) I want to update the record with new data for that same PrimaryKey, OrderNumber. My Controller is: $data = array( ...
0
votes
2answers
44 views

Multiple Table Update using Stored Procedure in ASP.NET

I'm getting the following error: "Procedure or function 'USP_UPDATE_CUSTOMER_CONTACT_FORM has too many arguments specified" I have read A LOT of post regarding this topic and implemented ...
0
votes
3answers
33 views

PHP Insert or update table

Let me explain what I need and canot get :( I have to DB one i main the other is just getting part of data from the firs one. This is my code: foreach($id_product_array AS $id_product) { $resultf = ...
0
votes
2answers
54 views

How to Update one column in a database table using two array values in Php

Here i have combined two arrays to update a column called Age in an Employee table. But unfortunately the values of the column is not getting updated. Bellow $names[] and $ages[] are the two arrays. ...
0
votes
0answers
54 views

Update A Single Row While Same Table Being Updating From Another Transection

I've job which is, Update crawproduct Set fiyat = 100 Where guncellemetarihi < GETDATE() And I'm getting deadlock when I tried this from another job at the same time Update crawproduct Set ...
0
votes
2answers
32 views

Very slow execution of MySql update

I have this SQL: UPDATE products pr SET pr.product_model_id = (SELECT id FROM product_models pm WHERE pm.category_id = 1 ORDER BY rand() LIMIT 1) limit 200; It took the mysql-server more then 15 ...
0
votes
2answers
43 views

mySQL/Server performance check.. 1000 basic update queries = 57 seconds on a QuadCore i7 rig.. GOod or bad?

just wanted to check what you guys think of this performance... i have an Intel i7 ivybridge quad, 16GB DDR3 RAM, 7200RPM Drives for the server/mysql drive etc... i ran a simple update on 1000 ...
0
votes
1answer
62 views

Updating SQL Server database through C#

I am having trouble on what I should implement for updating and SQL Server through C#. The situation is that a user might want to update a product in the system and if no image is selected the fields ...
0
votes
1answer
41 views

PHP PDO SQLite. Transaction and updating problems

I have a problem with a transaction in PHP-PDO-SQLite and updating. $db = new PDO('sqlite:database1.sqlite'); /* $rowsnumber1 = $db->exec("CREATE TABLE IF NOT EXISTS questions( id INTEGER PRIMARY ...
0
votes
0answers
53 views

database update performance seems terrible. Did I do something wrong?

I have a table in sqlserver 2008 r2 express, which has a little more than 3 million records. I need to do some processing on each record: take the value from one field as input, process it and fill ...
1
vote
2answers
52 views

Update unique or primary keys in MySQL

I'm building a database management tool for a client to use on his own, and I'm having some problem dealing with the possibility of the update of primary/unique keys. So, given that the data for the ...
0
votes
2answers
33 views

How to write a query with join, update and order by?

I have 2 tables: tblRider and tbl_SCORE. tblRider has all the information about all the riders (competitors) and in tbl_SCORE are all the riders's scores saved. I want to update a column HalfPipeFinal ...
0
votes
1answer
20 views

Updating Multiple Columns from another table - Need Oracle format

I have a script that I use in SQL Server but I need to convert it to an Oracle format. Can anyone help? UPDATE PERSONS P SET P.JOBTITLE=TE.JOBTITLE, P.LAST_NAME=TE.LAST_NAME, ...
0
votes
0answers
23 views

Table hangs on Update query Oracle 11g

I am updating one Oracle table field in reference to another table having similar Key fields but on this Particular table the Update hangs for upto ten Minutes. This Update on another table having the ...
0
votes
1answer
42 views

Update Fields in Record Using Forms Command Button

I'm new to MsAccess. I have a table named "Tracking" which contains some fields including "OrderID", "Process1_In" and "Process1_Out". I created a form which creates records with "OrderID" and ...
0
votes
1answer
21 views

PDO Updating multiple records

I know this question has been asked before and I've gone through many of the answers and am working off one of those answers now, however need some help with the following chunk of code. <?php ...
0
votes
1answer
30 views

mySQL adding 1 to a number for multiple updated rows

Hey all i have the following update for my table in mySQL: $dbBuilder = ''; foreach($_POST as $key => $value) { if ($value != 'APPROVE') { $dbBuilder = $value . ", " . $dbBuilder; ...
0
votes
0answers
42 views

UPDATE not updating via script yet variables exist

I have the following code which should result in an UPDATE occuring yet I see no change on the table row. Any clues as to why? Below the code I list what I have tried. I've stared at this code for ...
1
vote
3answers
55 views

TSQL - performance on an update/delete query

I want to update my table with values generated out of the same table. My goal is to search all rows with proftxt like _NS and _WP and with the same ao, sum them up, divide the value through the ...
1
vote
1answer
28 views

Update section of column in mySQL

I have a mySQL database containing information on pictures. Now I would like to edit the title of the images, but using zenPhoto this would take days. So I was hoping that there is a way of mas ...
0
votes
1answer
23 views

MySQL Update a Complete Column data from Another Table with same Primary Key (30 Million Row)

I have two tables: Final and Primary in my MySQL database. Final Table: UID (Primary Key), Surface (Varchar), BCD_Value (Int , Index), Env_Value (Int) Primary Table: UID (Primary Key), BCD_Value ...
-2
votes
2answers
75 views

Adding to a sql integer column using C#

I am trying to update a SQL table from my C# backend, but it never successfully executes; mainServiceButton is a pre-existing value in the linkName column. Here is what I have so far: conn.Open(); ...
0
votes
1answer
42 views

java.lang.IllegalArgumentException: Empty bindArgs

Sorry for bothering again, I am a Sqlite novice and need some help. I am trying to update a single filed in a single row of a table . I try to do this with: db.getWritableDatabase().execSQL("UPDATE ...
0
votes
2answers
36 views

Android SQLite database is not updating when multiple updates are fired

I am trying to update the sql database in Android. public boolean updatepasswordbySimcardnumber(String simcard, String password) { mDbHelper = new DatabaseHelper(mCtx); mDb = ...
0
votes
2answers
33 views

MySQL Count values in a column, Update and replace value which has a limit amount

I have a problem with a MySQL Update statement. I have more than 100.000 Entries in the table. So my approaches were not successful. (see below) First, I want to count the number of values (thats ...
0
votes
2answers
32 views

MySQL behavior of ON DUPLICATE KEY UPDATE for multiple UNIQUE fields

From MySQL 4.1.0 onwards, it is possible to add ON DUPLICATE KEY UPDATE statement to specify behavior when values inserted (with INSERT or SET or VALUES) are already in destination table w.r.t. ...
0
votes
2answers
28 views

My update query doesn't work on database

I wrote this code in my login page. My code doesn't any error but update query doesn't apply on my database. Fist query works and I redirect to index.aspx but update query (second query) doesn't ...
0
votes
0answers
30 views

Insert values in existing column with new inserted values in another table in mysql

i have a table in mysql like this: tableA: ID (autogenerated, key) | id_other_table (FK for tableB, allow null) | other stuff.... This table has a trigger for tableA like this: BEGIN INSERT INTO ...
1
vote
2answers
39 views

Updating multiple columns that start with a specific string

I am trying to update a bunch of columns in a DB for testing purposes of a feature. I have a table that is built with hibernate so all of the columns that are created for an embedded entity begin with ...
0
votes
1answer
12 views

How can I assign a multiple-field-function result on PostgreSQL updates

I'm looking for an optimized method in PostgreSQL to do that: update table1 set (a,b)=(somecomplexfunction(table1.something),2*somecomplexfunction(table1.something)) where ... this calculates ...
0
votes
0answers
65 views

SQL update query: Key column information is insufficient or incorrect. Too many rows were affected by update

I have a local database called glpi_alerts and a database on a linked server called GLPI. I've written a query to perform updates from the local database to the linked server database. update ...
0
votes
2answers
36 views

Update second digit in a column

How to update the second digit in a 16 digit number to '1' ? This should be an easy one, but I have not had any luck. I am working with SQL Server 2000 and 2005 (multiple environments - same ...

1 2 3 4 5 48