Similar question, but for Oracle.
Why would I not always want to choose VARCHAR(MAX)?
|
|
|
|
|
|
|
Because it doesn't work in Oracle! You could declare all columns as VARCHAR2(4000) if you wanted, but it isn't recommended by any means. There will be no difference in storage or performance of the database, but:
|
||||
|
|
|
|
||
|
|
|
|
Probably because
As for now, it's a synonym for
In For larger values, you should use |
|||
|
|