Subject Domains in computed columns
Author Rick Debay
If I define a computed column with an explicit data type, it works:

FIELD_NAME DECIMAL(5,2) COMPUTED BY (...some formula...)

If I use a domain name, I get an error message:

ISC ERROR CODE:335544569
ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Token unknown - line 21, char 24
COMPUTED

FIELD_NAME DOMAIN_NAME COMPUTED BY (...some formula...)


Is this the expected behavior?

Disclaimer: This message (including attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change. RxStrategies, Inc. shall not be liable for the improper or incomplete transmission of the information contained in this communication or for any delay in its receipt or damage to your system. RxStrategies, Inc. does not guarantee that the integrity of this communication has been maintained nor that this communication is free from viruses, interceptions or interference.