Hello,
I need some help from the experts. I have an inventory vfp9 table that has over 6000 items. I want to use the select statement to filter out all those items that has data stored on a field called sku. There are some items that don't have anything stored on that "sku" field, so I dont need those. Can some one help me write a query. I tried adding where inv.sku is not null and unfortunately it didn't work.
Any help will be much appreciated.
Thank you
I need some help from the experts. I have an inventory vfp9 table that has over 6000 items. I want to use the select statement to filter out all those items that has data stored on a field called sku. There are some items that don't have anything stored on that "sku" field, so I dont need those. Can some one help me write a query. I tried adding where inv.sku is not null and unfortunately it didn't work.
Any help will be much appreciated.
Thank you