I have a table stating descriptions (desc) and quantities (qq). How would I go about getting the sum for all rugs [desc like "*rug*"] and the sum for all non rugs [desc not like "*rug*"] in the same query/subquery?
Thanks in advance. This has been pushing my buttons for the last hour and a half.
Thanks in advance. This has been pushing my buttons for the last hour and a half.
Comment