From 7dc8b8b862bab6a795505908d7ac2f8fb32276fa Mon Sep 17 00:00:00 2001 From: Idalecio Schvartz Sobrinho <137518812+IdalecioSch@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:01:09 -0300 Subject: [PATCH] =?UTF-8?q?arrumado=20nome=20real=20das=20inser=C3=A7?= =?UTF-8?q?=C3=B5es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 5_consultas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5_consultas.md b/5_consultas.md index c13a0dd..08e53bc 100644 --- a/5_consultas.md +++ b/5_consultas.md @@ -32,7 +32,7 @@ SELECT c.nome AS cliente FROM encomenda e JOIN cliente c ON c.id = e.cliente_id -WHERE c.nome = 'Ana Silva' +WHERE c.nome = 'Fabiano Gabardo' AND e.situacao = 'Aberta' AND e.valor > 0 ORDER BY e.data;