generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 177
Closed
Labels
Description
Is your feature request related to a problem?
The POSITION function is available in the legacy engine, but fails for queries that require the V2 SQL parser or PPL parser. LOCATE is already available.
Example:
SELECT POSITION("SS" IN "ISSUE");
What solution would you like?
POSITION is already supported in the legacy engine, and so is LOCATE. Both have similar functionality, and should be both available in the V2 engine.
What alternatives have you considered?
See above
Do you have any additional context?
N/A