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 app (IIS6) is unable to serve my .svc file
Outlook 2003 Add-In
How do i display Chinese Simplified properly in VFP9 ?
Passing CDIalog to a thread
Memory Leak using CObArray
vs 2008 and 2 pc's
FOREACH LOOP - DOS
show tables and their fields in tsql?
tvwChild not declared error when using treeview in vb.net
Sql Non Disctinct possibility ?