Statement: datia 's constituency number is lower than gohad 's by 10

Input Table: bhind (lok sabha constituency)

constituency_numbernamereserved_for_(_sc_/_st_/_none)districtnumber_of_electorates_(2009)
9aternonebhind177334
10bhindnonebhind197183
11laharnonebhind205839
12mehgaonnonebhind210649
13gohadscbhind166893
20sewdanonedatia130161
21bhanderscdatia139600
22datianonedatia143593
total :total :total :total :1371252

SQL Command:

SELECT CASE WHEN (SELECT constituency_number FROM table_sql WHERE name = 'datia') < (SELECT constituency_number FROM table_sql WHERE name = 'gohad') - 10 THEN 'TRUE' ELSE 'FALSE' END;