The IN clause allows multiple values in a WHERE clause.
It is work like multiple OR conditions.
Syntax
SELECT * FROM tablename WHERE name IN (value1,value2,value3,...)
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.