Jump to content

Error: operand should contain 1 column(s)


raindrops87

Recommended Posts

hi can anybody help me with this query?

 

select rawmatno, rawmatname, qty from compofrawmat join rawmaterials on compofrawmat.rawmatno = rawmaterials.rawmatid where ProductId in(select ProductId, sum(Quantity)

from (customerorderform join cofdetails on customerorderform.OrderNo = cofdetails.OrderNo) natural join finishedproduct where customerorderform.DatePickUp >= adddate(curdate(), interval 3 month) and customerorderform.DatePickUp <= adddate(curdate(), interval 6 month) group by ProductName)

 

when i use this i get an error that says operand should contain 1 column(s) but if i remove sum(Quantity) it works but i need to add the quantity of the finishedproducts by id to multiply it to the qty of its raw materials.

 

any suggestions?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.