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
html emailer
EF4 + WCF Self Tracking Entities problem
VBA Excel loop through selected area
Sql query returning different results each time it is run even though conditions are the same.
no value and value
Print PowerPoint document from a C# application
Compact & Repair linked Back end DB Access 2003 error 3356
execute script client code only after body complete load
How to stop SQL Server 2005 restore in progress
.NET: Entity Framework, Views and Stored Procedures