How to add columns at specific position in existing table in MySQL?
Answers
Answered by
0
hey there
you should use syntax:
insert into <tablename>
values
(xyz,45,"02-03-1999");
hope it help
MARK IT AS A BRAINLIEST
Similar questions
Math,
6 months ago
Art,
6 months ago
Computer Science,
11 months ago
Computer Science,
11 months ago
Science,
1 year ago
Math,
1 year ago