Skip to content

Instantly share code, notes, and snippets.

@guidani
Created October 13, 2024 23:45
Show Gist options
  • Save guidani/a7275ad3a6ac986ad5aefaddd69cd537 to your computer and use it in GitHub Desktop.
Save guidani/a7275ad3a6ac986ad5aefaddd69cd537 to your computer and use it in GitHub Desktop.
queryDadosClientesMock.sql
INSERT INTO Clientes (Nome_Cliente, Numero_Cartao)
VALUES
('Jo�o Silva', '1234567890123456'),
('Maria Oliveira', '2345678901234567'),
('Carlos Souza', '3456789012345678'),
('Ana Costa', '4567890123456789');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment