In an SQL expression, when typing something like b.asset_id :
When typing the letter b , then typing a period . , the period triggers it to autocomplete the b to BETWEEN .
That's not what I wanted. I wanted to type b.asset_id , not BETWEEN.
Could that behavior be changed?
Thanks.
Related: Optionally disable SQL expression autocomplete