Getting error Operand should countain 1 Column(s);
Im trying to get the id ,feename from 1 table id is not in studentfeeTable
where invoiceID is 5 but i Got this error. I dont know how to deal with
it. please help
select id, Fee_Head_Name from admission_fees_structure Where ID NOT IN
(Select * from
student_fee_detail where invoiceID=5) ;
No comments:
Post a Comment