Home Whiteboard Graphing Calculator Online Compilers Articles Tools

Explore Categories

Find the perfect tutorial for your learning journey

Python TechnologiesDatabasesComputer ProgrammingWeb DevelopmentJava TechnologiesComputer ScienceMobile DevelopmentBig Data & AnalyticsMicrosoft TechnologiesDevOpsLatest TechnologiesMachine LearningDigital MarketingSoftware QualityManagement Tutorials View All Categories
Tutorials Courses Jobs Login
Apache Presto Tutorial
  • Apache Presto - Home
  • Apache Presto - Overview
  • Apache Presto - Architecture
  • Apache Presto - Installation
  • Apache Presto - Configuration
  • Apache Presto - Administration
  • Apache Presto - SQL Operations
  • Apache Presto - SQL Functions
  • Apache Presto - MySQL Connector
  • Apache Presto - JMX Connector
  • Apache Presto - HIVE Connector
  • Apache Presto - KAFKA Connector
  • Apache Presto - JDBC Interface
  • Custom Function Application
  • Apache Presto - Quick Guide
  • Apache Presto - Useful Resources
  • Apache Presto - Discussion
Selected Reading
  • UPSC IAS Exams Notes
  • Developer's Best Practices
  • Questions and Answers
  • Online Resume Builder
  • HR Interview Questions
  • Computer Glossary
  • Who is Who
Home Apache_presto Apache Presto - index(string,substring)

Apache Presto - index(string,substring)



Previous
Next

Query

presto:default> select index('tutorialspoint','point') as index; 

Result

 index 
------- 
  10

Here, the index position 10 for the given string tutorialspoint is point.

apache_presto_sql_functions.htm
Previous Next
Advertisements
  • ABOUT US
  • OUR TEAM
  • CAREERS
  • JOBS
  • CONTACT US
  • TERMS OF USE
  • PRIVACY POLICY
  • REFUND POLICY
  • COOKIES POLICY
  • FAQ'S
tutorials point logo
Download Android App Download IOS App

Tutorials Point is a leading Ed Tech company striving to provide the best learning material on technical and non-technical subjects.

Copyright 2026. All Rights Reserved.