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
Silverlight Runtime not loading XAP from Integrated Authentication
Receiving error when submitting data to SQL Server through asp.net vb
Why does Update bring a lot of Null in the traget table ?
SQL Query
Reference Data In XML Document
Scope_Identity in SELECT statement with a WHERE clause
Recalc field on an open form when close a second form.
Patient Days Across Multiple Months
Exchange Service Pack 2 Removal
Importing XML into MS Access 2003 or higher and keep Parent Child relationships in the tables