Syntax Error in aggregate parameters: a single column parameter that requires a possible "Child" qualifier.

Source: Internet
Author: User

DataTable has a method object Compute (string expression, string filter) to calculate the expression given on the current row used to pass filtering conditions.

Expression: the expression to be calculated.

Filter: the filter that limits the rows to be computed in the expression.

Tested:

1. The expression parameter cannot start with a number. Otherwise, an error is returned.

2. The data type of fields in the expression parameter. For example, sum (character type) reports an error.

Solution:

After. NET maps the data table to the memory, the oracle specification cannot be used to check this error. The MSSQL specification should be used. MSSQL uses brackets to forcibly convert field names or table names.

Modify the code to: dt. Compute ("Sum ([February])", "") use [] for forced conversion.

From Zhu jintuo's column

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.