0
Still pretty confused one what name and people have to so with the query in sql when selecting things at the samw time ???
Sql basic
4 Respuestas
+ 5
Continue learning SQL, and it's in this lesson.
https://www.sololearn.com/learn/SQL/1857/
To handle query with two conditions at the same time, the syntax is:
SELECT column name FROM table name
WHERE condition one AND condition two.
P. S. Please remove your downvote on Rai's answer, thanks.
+ 2
//As you are confused, your question is also confusing. Please describe it clearly
SELECT username FROM users;
+ 2
As our fellow coders are saying, continue with your tutorial and research where necessary. I guarantee that you will never go wrong but you will have challenges though.
0
Thank you guy's I really appreciate it