Microsoft
Software
Hardware
Network
Question : no value and value
insert into product.inwarehouse value '2' where product.internsku = 'hello'
i want this command to work when product.inwarehouse has no value and when product.inwarehouse has a value
Answer : no value and value
can u please clarrify
insert into product (inwarehouse)
SELECT '2'
FROM product
where internsku = 'hello'
Random Solutions
Reading XML in to an ADO Recordset
Problem with Joomla email cloaking
Question regarding ms aCCESS FORMS
Raising Domain Functional Level from Windows 2000 to 2003
Need help with combobox not selecting the correct record
Strange occurance ADP/SQL2005 Subform Checkboxes autocheck when create new record
Tables with fixed number of rows
How to enable/disable a succeeding dropdown list if a value is selected on the first drop down list
How to Create an On Key Press Event in Visual Studio 2005
Simple SQL Join Query Syntax Issue