Retrieving All Columns
Alternatively, we can retrieve all the columns simultaneously from the table without explicitly naming each one. This can be done with an asterisk *
. Let's look at an example.
1SELECT * FROM country;
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 3
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Awesome!
Completion rate improved to 33.33
Retrieving All Columns
Glissez pour afficher le menu
Alternatively, we can retrieve all the columns simultaneously from the table without explicitly naming each one. This can be done with an asterisk *
. Let's look at an example.
1SELECT * FROM country;
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 3