Question
How can i Insert a row between two rows of cdt ?
I have a table as follow:
sno department
1 CS
2 ME
3 EI
I want the output after inserting a row between sno 1 and 2 as
sno department
1 CS
2 IT
3 ME
4 EI
How can i do that?
I have a table as follow:
sno department
1 CS
2 ME
3 EI
I want the output after inserting a row between sno 1 and 2 as
sno department
1 CS
2 IT
3 ME
4 EI
How can i do that?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.