How to build a SQL statement using Different conditions like where condition and how to declare the data types? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to build a SQL statement using Different conditions like where condition and how to declare the data types?

18th Nov 2018, 8:35 AM
Nikita
6 Answers
0
Select * from table where colA = ? and colB = ? Like that ?
18th Nov 2018, 8:46 AM
Taste
Taste - avatar
0
thanks more examples
18th Nov 2018, 8:50 AM
Nikita
0
can we use 'comma' rather than and?
18th Nov 2018, 8:50 AM
Nikita
0
No in mysql/mariadb idk about the others rdbms
18th Nov 2018, 8:52 AM
Taste
Taste - avatar
0
in oracle rdbms can we use comma?
18th Nov 2018, 8:54 AM
Nikita
0
No, we cant
18th Nov 2018, 8:58 AM
Taste
Taste - avatar