hariprasadraja
10/2/2019 - 9:41 AM

sql select find records between two values

SELECT * FROM [table] WHERE [column] BETWEEN [value1] and [value2];