Menu

#67 UPPER clause in SQL causes error message

open
nobody
SQL (11)
5
2013-01-13
2003-04-02
Anonymous
No

When I try to use the clause UPPER in a SQL
statement I get the error message : 'Query execution
failed. Variant is not an array.' When I remove the
UPPER clause from the statement it works fine.

The query worked with UPPER in Flash Filer 2.12.

Discussion

  • Nobody/Anonymous

    The code of the query

     
  • Anonymous

    Anonymous - 2003-07-01

    Logged In: YES
    user_id=747819

    The error occurs when one of the fields which is being
    checked is empty. You can work around it by extending the
    query to check if the field is empty. EG:
    And (Field <> '')

     
  • Waldo Quiroga

    Waldo Quiroga - 2003-10-25

    Logged In: YES
    user_id=894801

    I check this error and I verify that it happens when the
    table has null values for the field I am using the Upper
    statement.
    If the table dont have any null field the exception dont
    happens.

     

Log in to post a comment.

Monday.com Logo