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
How to create a file that has "\" or "&" in the file name?
Visual Fox Pro Error
Creating Next and Previous Record Button
Problem with MS Access Update query
Visual Basic Code - Excel - Merge multiple worksheets in an excel workbook into single worksheet
OWA attachment (docx, xlsx) wants to be saved as zip file. Why?
Microsoft Access ADP file and Office Service Pack 3 problem
bodytype.
Block DNS Lookups for certain domains
Need to connect a DataGridView with a database