How to INSERT 6 VALUES simultaneously in column named salary in Table named employees TABLE has 6 employee ids in emp_id column
I have these values(mentioned BELOW) which i’m trying to insert in (newly made) salary column of employees table. Salary column is INT NOT NULL DEFAULT 25000.
37000, 32000, 35000, 45000, 55000, 37000.