1
Reply

Syntax error (missing operator) in query expression

Sumar Khan

Sumar Khan

Mar 12 2016 3:07 PM
520
Hello Every One...

I have a following query in Visual Studio 2012 but have problem and didn't work

"select inv_amount-with_amount as with_inv from ( select sum ( Received ) inv_amount from Land_Revenue) inv_amount,( select sum ( amount ) with_amount from Land_Expenses ) with_amount";

Syntax error (missing operator) in query expression 'sum ( Received ) inv_amount'.


Answers (1)