Interview Questions

How do you get a portion of a string?

MySQL and SQL


(Continued from previous question...)

How do you get a portion of a string?

SELECT SUBSTR(title, 1, 10) from techinterviews_questions;

(Continued on next question...)

Other Interview Questions