Fname Lname City Pin
ramesh kumar salem 365241
Query to generate a code having the firstletter of
Fname,Lname & 3letter of city Last 3letter of pin,all in
capital letters
Answer Posted / sonali
select substr(ucase(Fname),1,1), substr(ucase(Lname),1,1),
substr(ucase(City),1,3), mid(Pin,-3) from emp
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many entries can mysql handle?
Is there a free mysql?
How do I export mysql query results to excel?
how to take mysql database backup?
What is a join in mysql?
How do I zip a file in mysql?
What is the use of innodb in mysql?
What is a storage engine?
What is myisam?
What are all the Common SQL Function?
How MySQL Optimizes DISTINCT?
How do I clear a mysql database?
What is triggers and how it can be used in mysql?
Why mysql is so popular?
What is the default port for mysql and how it can change?