Forum : How do you get a portion of a string?
Brief description  about Online courses   join in Online courses
View Balu  Prasad 's Profile

How do you get a portion of a string?

How do you get a portion of a string?
Asked by Balu Prasad | Mar 18, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Balu,
SELECT SUBSTR(title, 1, 10) from techpreparation_questions;
Mar 18, 2010