![]() | ![]() |
Home |
|
|
Troubleshooting and Error Messages Guide |
|
| Chapter 3 Error Message Writeups |
|
| Query Processor Errors |
|
| Error 403 |
16
Invalid operator for datatype op: %s type: %s.
This error occurs during Adaptive Server expression processing, when an operator in the query is applied to a datatype for which that operator is not valid. An operator is a logical or arithmetic expression such as "+" or "-".
For example:
1> select pub_id * pub_name from publishers 2> go
Msg 403, Level 16, State 1: Line 1: Invalid operator for datatype op: MULTIPLY type: CHAR.
Correct your query and run it again.
Refer to the Reference Manual and the Transact-SQL User's Guide for information about the use of operators in queries.
All versions
|
|