pdo-wrapper icon indicating copy to clipboard operation
pdo-wrapper copied to clipboard

not use IN operator

Open mucahidbaris opened this issue 3 years ago • 0 comments

sql exapmle SELECT * FROM Table WHERE id IN (1, 2, 3) pdo example $db->rows("select * from table where id IN ?",[1,2,3]); pdo example2 $db->rows("select * from table where id IN ?",['(1,2,3)']); testing rows other raw and run method not working

mucahidbaris avatar Jul 23 '22 20:07 mucahidbaris