ProductDescriptionSalesLT
 
Search
scanning

Scanning is the default search option for small tables.

Enter text here to perform a scan over supported column types.

Text columns with limited length use a substring search If the entered text is a number, integer columns will be scanned for an exact match of the value.

seeking

Seeking is the default search option for large tables.

Seeking requires indexes and can only be done using the column (or columns) the index is defined on.

In the single-column case, the database will seek to the position the entered search term would be at and return all rows greater or equal to that value.

In the multiple-column case, the above still applies to the column you supplied non-empty search text for. All previous columns, however, will be using an equality match.

 
 

Note that there are some explanatory texts on larger screens.

plurals
  1. PDChromoly steel.
    primarykey
    data
    text
  2. PDAluminum alloy cups; large diameter spindle.
    primarykey
    data
    text
  3. PDAluminum alloy cups and a hollow axle.
    primarykey
    data
    text
  4. PDSuitable for any type of riding, on or off-road. Fits any budget. Smooth-shifting with a comfortable ride.
    primarykey
    data
    text
  5. PDThis bike delivers a high-level of performance on a budget. It is responsive and maneuverable, and offers peace-of-mind when you decide to go off-road.
    primarykey
    data
    text
  6. PDFor true trail addicts. An extremely durable bike that will go anywhere and keep you in control on challenging terrain - without breaking your budget.
    primarykey
    data
    text
  7. PDSerious back-country riding. Perfect for all levels of competition. Uses the same HL Frame as the Mountain-100.
    primarykey
    data
    text
  8. PDTop-of-the-line competition mountain bike. Performance-enhancing options include the innovative HL Frame, super-smooth front suspension, and traction for all terrain.
    primarykey
    data
    text
  9. PDSuitable for any type of off-road trip. Fits any budget.
    primarykey
    data
    text
...and more
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload