You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D select ends_with('abc','bc');
Catalog Error:
Scalar Function with name ends_with does not exist!
Did you mean "equi_width_bins"?
D select ('abc').suffix('bc');
┌─────────────────────┐
│ suffix('abc', 'bc') │
│ boolean │
├─────────────────────┤
│ true │
└─────────────────────┘