Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

update statement

Former Member
0 Likes
331

what is the difference between update and modify statement

1 ACCEPTED SOLUTION
Read only

former_member491305
Active Contributor
0 Likes
312

Hi,

Update:It will update the table records only if there is entry in the table.

Modify:It will update the table records ,if there is entry in the table.If not then it will insert that record.

2 REPLIES 2
Read only

former_member491305
Active Contributor
0 Likes
313

Hi,

Update:It will update the table records only if there is entry in the table.

Modify:It will update the table records ,if there is entry in the table.If not then it will insert that record.

Read only

Former Member
0 Likes
312

hi

thanks for solving my queries