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 to delete an existing column in a table?
What is mysql in linux?
How to delete a column and add a new column to database
How to return query output in xml format?
How do I install mysql?
How set mysql root password?
Differentiate CHAR_LENGTH and LENGTH?
What is mysql_connect?
How do you kill a long running query in mysql?
What is strict mode in mysql?
What you can use regular expression for in mysql? Support your answer with an example?
How many ways to get the current time?
What is 'mysqladmin' in mysql?
Can we write pl sql mysql?
Is mysql free for enterprise?