Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Melhorar a sintaxe dos inserts multiplos #5

Open
luizfpq opened this issue Jan 28, 2022 · 1 comment
Open

Melhorar a sintaxe dos inserts multiplos #5

luizfpq opened this issue Jan 28, 2022 · 1 comment

Comments

@luizfpq
Copy link
Owner

luizfpq commented Jan 28, 2022

Inserts multiplos estão executando linha a linha, seria interessante usar um formato correto, como por exemplo:

INSERT INTO
projects(name, start_date, end_date)
VALUES
('AI for Marketing','2019-08-01','2019-12-31'),
('ML for Sales','2019-05-15','2019-11-20');

@luizfpq
Copy link
Owner Author

luizfpq commented Jan 28, 2022

fixado para mysql e postgresql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant