0
How to build a SQL statement using Different conditions like where condition and how to declare the data types?
6 Respostas
0
Select * from table where colA = ? and colB = ?
Like that ?
0
thanks more examples
0
can we use 'comma' rather than and?
0
No in mysql/mariadb idk about the others rdbms
0
in oracle rdbms can we use comma?
0
No, we cant