What is the best way to code for selecting the row that have last names between 'a' and 'm'?
There are multiple columns in the query. It will be used in a spreadsheet and currently returns on the row limit of 65536 rows. I want to break it into selecting a through m and n through z.
I tried < 'n', but the results was not what I expected.
There are multiple columns in the query. It will be used in a spreadsheet and currently returns on the row limit of 65536 rows. I want to break it into selecting a through m and n through z.
I tried < 'n', but the results was not what I expected.