IT Placement Papers Database MYSQL
This category contains MYSQL Interview Questions and Answers |
How do you get a portion of a string?
|
|
|
|
|
SELECT SUBSTR(title, 1, 10) from techinterviews_questions;
Only registered users can write comments. Please login or register.
|