Discussion board
How do you get a portion of a string?
By Balu Prasad
How do you get a portion of a string?
Reply
Post   Reset
Teacher SiliconIndia replied to Balu Prasad Thursday, March 18, 2010
Hi Balu,
SELECT SUBSTR(title, 1, 10) from techpreparation_questions;