Hi,
Can we change the length of an attribute value using DQL? If yes, what is the DQL?
Please share your knowledge and experience.
Thanks.
ta
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Try reading the DQL manual some time.
Lengthening a character string property
For example, if a string property called employee_name is currently 24 characters, the following
statement would change the length to 32 characters:
ALTER TYPE "test_result" MODIFY ("patient_name" char(32))