Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ORA-00907: missing right parenthesis, why?

Status
Not open for further replies.

wolves

Programmer
Jan 26, 2001
130
US
Here is the code

Code:
select * from my_table
where substring(name FROM 1 for 3) = 'JOE'


Here is the error:

ERROR at line 2:
ORA-00907: missing right parenthesis

Any ideas why?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top