For example, if i have these records
word
AAA
AAB
AAC
BAA AA
With a normal table i would use sql like
select * from table where word like 'AA%'order by H collate nocase asc
How do i select with FTS3 table instead? Also i would like to know if FTS3 will still have better performance than normal table with this kind of query?
Quoting the documentation:
The documentation also gives a sample: