Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Não apareceu os resultados da busca

Não obtive os resultados da busca. Alguém poderia me informar o porque? Digitei o comando use world e depois select * from city mas não fez a busca. Me retornou apenas um ->

C:\Program Files\MySQL\MySQL Server 8.0\bin>mysql -h localhost -u root -p Enter password: **** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 35 Server version: 8.0.27 MySQL Community Server - GPL

Copyright (c) 2000, 2021, Oracle and/or its affiliates.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use world Database changed mysql> select * from city ->

1 resposta
solução!

Você precisa colocar ponto-e-vírgula no final do comando: select * from city;