Filtering with BETWEEN
Posted: Tue 06 Oct 2015 21:01
Hi,
In the virtual table documentation it mentions that we can use any of the filtering keywords that you can in SQL. This appears to be true for everything except "BETWEEN." That is, I can use "<", ">", "LIKE", "IN", etc just fine but I get an error if I try to use the sql syntax for between.
Is this an error in implementation or in documentation? I am working on the documentation for my own app and wanted to know if I should include the BETWEEN keyword or not.
Thanks!
SDE
In the virtual table documentation it mentions that we can use any of the filtering keywords that you can in SQL. This appears to be true for everything except "BETWEEN." That is, I can use "<", ">", "LIKE", "IN", etc just fine but I get an error if I try to use the sql syntax for between.
Is this an error in implementation or in documentation? I am working on the documentation for my own app and wanted to know if I should include the BETWEEN keyword or not.
Thanks!
SDE