G
Guest
I have a make table query that I would like to add an additional column and
set the value of that column to zero
This what I have thus far
SELECT BASE.* INTO NO_LONGER_IN_BULK
FROM BASE LEFT JOIN [Upload Updated] ON BASE.[ITEM/SKU]=[Upload
Updated].[ITEM/SKU]
WHERE ((([Upload Updated].[ITEM/SKU]) Is Null));
The column I would like to add is Publish and set the value to zero
Thank you in advance
set the value of that column to zero
This what I have thus far
SELECT BASE.* INTO NO_LONGER_IN_BULK
FROM BASE LEFT JOIN [Upload Updated] ON BASE.[ITEM/SKU]=[Upload
Updated].[ITEM/SKU]
WHERE ((([Upload Updated].[ITEM/SKU]) Is Null));
The column I would like to add is Publish and set the value to zero
Thank you in advance