Back to Pocketbase

Function orNotLike

static/jsvm/functions/_dbx.orNotLike.html

latest683 B
Original Source

Function orNotLike

  • orNotLike(col, ...values): LikeExp

OrNotLike generates an OR NOT LIKE expression. For example, OrNotLike("name", "key", "word") will generate a SQL expression: "name" NOT LIKE "%key%" OR "name" NOT LIKE "%word%". Please see Like() for more details.

Parameters

col: string
Rest ...values: string[]

Returns LikeExp

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc