Iam using the following esql statement to select specific records
SET OutputRoot.XML.Sales= (SELECT I.Invoice FROM InputRoot.XML.Invoices AS I WHERE I.Invoice.Customer.LastName = 'Andrew');
when i use the above statement iam supposed to get 2 records appended tp Sales element but iam getting only one record, that is first record.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum