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
MiniDump not saving to C:\windows\minidump
Microsoft Outlook XP 2002
Problems reinstalling Intranet services in SBS 2003
Exchange 2010: 550 5.7.1 Client does not have permissions to send as this sender
Combobox selectedvalue and selectedindex change unexpectedly
Programmaticaly close TCP Connection(s)
Transposing Columns to Rows in Access using SQL
Parsing a Text File
Adding EVAL to asp:HyperLink NavigateUrl Tag
Not enough memory error on trying to open Access database