i am writing a query like below to retrieve a specific value from the table based the certain value.
select name from XXX where number="2033"
this query will search in whole table. Now i want this query should only check from 4th row to last row and return me the result . that means even if the value is present in 2nd row also it should return me null value or blank value