What is the optimal length for an email address in a database?

后端 未结 8 2136
轮回少年
轮回少年 2020-11-28 05:23

Here is an extracted portion of my query, reflecting the EMAIL_ADDRESS column data type and property:

EMAIL_ADDRESS CHARACTER VARYING(20) NOT NU         


        
8条回答
  •  Happy的楠姐
    2020-11-28 05:27

    My work email address is more than 20 characters!

    Read the appropriate RFC specification:

    "The local-part of an e-mail address may be up to 64 characters long and the domain name may have a maximum of 255 characters"

提交回复
热议问题