Enter Keywords:
1 - 8 of 8(0.022 seconds)
Sort By:
 
This is an ADO and VB question. All tables are MS Access, and in the same .MDB file. I a updating a table, adding many rows.  I do this by scrolling through a recordset extracted from another...
Zones: Visual BasicDate Answered: 09/22/2000 Rating: 8.0 Views: 0
Starting from version 4.1.0, MySQL supports "INSERT ... ON DUPLICATE KEY UPDATE ... " statement i can see tis very handy when you want to insert or update some record depending of its existance......
Zones: MySQL ServerDate Answered: 03/16/2004 Rating: 8.8 Views: 0
Hi , I am trying to write a query in Postgres, for inserting values into a table , however if that INSERT were to insert a row with a duplicate key, it should update the original record in some...
Zones: PostgreSQLDate Answered: 09/30/2006 Rating: 9.4 Views: 230
Here is a sample MySQL query. This SHOULD work: INSERT INTO my_friends (member_id, user_id, nickname) VALUES('3674827634826','10','Jason'),('238479238784','10','New'); ON DUPLICATE KEY UPDATE n...
Zones: PHP and DatabasesDate Answered: 03/13/2006 Rating: 9.2 Views: 0
Hi Experts I'm trying to insert data thats gleaned from a SOAP request into an array and then inserted into a table. The problem i'm having is that the source of the data has numerous duplicate...
Zones: MySQL Server, Databases, ASPDate Answered: 09/03/2008 Rating: 6.9 Views: 13
Looking for information on how to do something like mySQL "INSERT ... ON DUPLICATE KEY UPDATE" where "If you specify ON DUPLICATE KEY UPDATE, and a row is inserted that would cause a duplicate ...
Zones: MySQL Server, Java, ...Date Answered: 09/07/2007 Rating: 5.2 Views: 10
Howdy - I'm a MySQL Noob. I have a table of various business listings and I am trying to populate a second table called cities that contains unique city names along with a count of how many listing...
Zones: Databases, MySQL Server, SQL Sy...Date Asked: 11/10/2009 Points: 250 Comments: 2
 
  • 1