Foxhound is the better* Database Monitor for SQL Anywhere.
*better: More thorough, more relevant, more effective.
...more Alerts, more All Clears, more details, more control in your hands.
|
[Home] | [Table of Contents] | [Previous Section] | [Next Section] |
Breck Carter
Last modified: February 12, 1998
mail to: bcarter@bcarter.com
SQL Anywhere will use an index to implement LIKE 'xx%' if one exists, but the same cannot be said for expressions such as LIKE '%xx' and Left ( column-name, 2 ) = 'xx'. Figure 17 compares several logically similar queries and shows that only one of them uses the index.
Figure 17 - LIKE 'xx%' Outshines LIKE '%xx', Right(), Substr() And Left()
|
[Home] | [Table of Contents] | [Previous Section] | [Next Section] |