Data cut in SQL Table -
i'm trying table basic data (last name, first name, id..)
i have created table complete name doesn't appear in table, example:
last name first name gonzalez rami margarita
rami should ramirez. have declared last name longtext
. how see complete last name in table or ensure not cut?
i use varchar if want performance indexing , searching.
such as:
last_name varchar(30),
the thirty how many characters allow in field. set number want under max(which escapes me @ moment somewhere beyond 60 varchar) excess automatically cut off.
Comments
Post a Comment