The BETWEEN used to fetch values within a given range.
The BETWEEN provides begin and end values.
Syntax
SELECT column1,column2 FROM tablename WHERE column1 BETWEEN startvalue AND endvalue
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.