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
two case statements in one SQL view
Make WSUS updates run from Microsoft for remote Locations.
Update field value after update check box
Query questions
Out of memory or system resources. Close some windows or programs and try again.
How do i pass data from one listbox to another listbox in vba.
MD5 Hash
move default mailboxes ?
What does the error message mean that says that a name conflicts with a valid range reference?
Merge Two Crosstab Queries