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
Slow Logon
Creating a memo field in an Access make-table query.
[MS-Word] Borders for Cells
The subscription(s) have been marked inactive and must be reinitialized
How to generate a sql report with dynamic report filter and display the results dynamically?
windows 3d application launcher gadget
ajax cascading drop down list
VBA Macro to edit .bat file
Terminal Server 2008 TSWEB Opening more than one App
Access SQL DatePart or different method do display date range as month only