Microsoft
Software
Hardware
Network
Question : SQL insert question
Hello,
Is it possible to have an SQL insert statement that only inserts data into one field even if the table has many fields?
Answer : SQL insert question
yes.
example:
insert into yourtable (yourfield) values ( 1234 )
now, that created a new row, possibly you actually mean to update an existing row?
Random Solutions
Restore a Sharepoint Site from an SQL Database Backup
explorer error
Copy data from one table to another, the user deciding which fields go where.
MS Access + You entered an expression that has no value
Executing a test via a BATCH file
Run-Time Error 3155 ODBC-Time Out on a linked table.
How to Select a Single Record from a MySql database when DISTINCT doesn't work
Concatenate columns in Excel using Macro or VB Script
protecting decompiling of ocx in browser
GPO not applied Filtering (Uknown reason)