I am having a table with one column only
id -- 1 2 3 5 5
I want to update the value of 4 th row to "4" so required output is :
id -- 1 2 3 4 5
how can i achieve this
I am having a table with one column only
id -- 1 2 3 5 5
I want to update the value of 4 th row to "4" so required output is :
id -- 1 2 3 4 5
how can i achieve this