InterviewSolution
Saved Bookmarks
| 1. |
In Oracle, We Use Instr Function To Display The Position Of A Character In A String. What Is The Corresponding Bo Web Intelligence Report Function, That Does The Same? |
|
Answer» The corresponding FUNCTION is Pos(). The SYNTAX is: Pos( string input_string; string PATTERN ) The corresponding function is Pos(). The syntax is: Pos( string input_string; string pattern ) |
|