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
Loop through each table, then Find & Replace
Access Runtime Edition - Opens db's in exclusive mode
How can I return an error message when a field or control is Blank
Display image
Using a geometry type check constrint in sql sever 2008
Disabling Only Checkboxes in Checkboxlist Control
Microsoft, Access, 2000 How to Calculate an aproximation of the Distance between two zip codes using a query to Google Maps
SBS Backup - 'The saved selection file "Script.bks" cannot be found.'
IIS 6.0, SSL Renew, 2048 bit key lenth
Convert binary data to string to displayable text for user