You can use the between command (including the first and last value) to read the data between the two values in the table in the database.
The syntax of the Between command and its usage are as follows.
1 | SELECT * FROM your_table_name WHERE your_column_name BETWEEN 28056 AND 30000; |