zshamrock / dynosql

Run SQL queries against DynamoDB
GNU General Public License v3.0
3 stars 0 forks source link

Add support for LIKE #17

Closed zshamrock closed 6 years ago

zshamrock commented 6 years ago

The corresponding statement in the DynamoDB will be one of the following:

Depending on the location of the placeholder.

There are two wildcards used in conjunction with the LIKE operator:

    % - The percent sign represents zero, one, or multiple characters
    _ - The underscore represents a single character