Top "Substr" questions

A function/method that returns part of a string.

Oracle: to_number() combined with substr() and regexp_like() in WHERE clause

I have a table with a column "description" which has the following values: OPTestMachine OPManualTesting OP1010 So the select statement, …

sql oracle substr regexp-like