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
default email account keeps changing back to exchange
Close form in access and abandon half fillled record - without any access messages/Have a button/event do the same thing as the escape key.
C# HTTP Request with redirect and authentification
Taskmgr.exe bad image
No displayed Features when upgrade to MS Server SQL 2008
How can change the Read Only attribute of outlook.pst file burned on a DvD?
How do I permanently enable teredo tunneling pseudo-interface in windows xp?
How to limit internet browsing using group policy
How can I set a variable equal to a value returned from an SQL SELECT statement
Problem with default values in SSRS2008