Skip to Content
0
Former Member
Nov 06, 2012 at 05:58 AM

Invalid Query

286 Views

Hi

I have written this query it is giving error " Invalid Query tree [300-33] . SQL error is 8180

oForm.DataSources.DataTables.Item(0).ExecuteQuery("SELECT a.Code, a.Name, b.U_Amt FROM [@TEMP] a INNER JOIN [@TEMP2] b ON a.Code = b.Code")

Thanks