If i have a table that Example is and one coloumn in it that (for example) colour is how i can do something like;
INSERT INTO Example VALUES ('Red','Black','Green');
instead of writing the code 3 times seperatly for each value?
INSERT INTO Example (column_name) VALUES ('Red'),('Black'),('Green');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With