forum

Home / DeveloperSection / Forums / Error while insert value in table.

Error while insert value in table.

Anonymous User239515-Dec-2012
 when i insert any value in table when a error generated 
my table:
create table customer
(
id int primary key,
f_name varchar,
l_name varchar,
age int
)

insert Query:
insert into customer values(1,'John','Rob',22)

Error:

Msg 8152, Level 16, State 14, Line 1
String or binary data would be truncated.
The statement has been terminated.
 help me anybody.




Updated on 09-Apr-2013
I am a content writter !

Can you answer this question?


Answer

2 Answers

Liked By