Jump to content

saurav99990

New Members
  • Posts

    7
  • Joined

  • Last visited

saurav99990's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. We use (INSERT INTO) to insert a record in the table which creates more than one record when used again. Is there any way to add a record and alternately replacing the prevoius one without adding any new record. I know this would work: UPDATE Customers SET ContactName='Alfred Schmidt', City='Hamburg' WHERE CustomerName='Alfreds Futterkiste'; But what if there is no condition ie. we don't know the record, we only know the column name. Is there any way to fill only one record and alternately replace the previous record without creating 2nd record?
  2. I want to replace the content of a column in database. I know I should use this : CREATE OR REPLACE VIEW view_name AS SELECT column_name(s) FROM table_name WHERE condition but I want to do it without any condition. I want only 1 value in my column that's why I am using replace. Does anyone know to do this? If you are not able to understand my question come on teamviewer....I'll explain you.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.