Write a query to display the full name of a person in a column named Person Name | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Write a query to display the full name of a person in a column named Person Name

23rd Aug 2019, 7:25 PM
Kanika Aggarwal
Kanika Aggarwal - avatar
2 Respuestas
+ 1
Consider there table name Person having column as First_Name, Last_Name. select First_Name + ' ' + Last_Name as "Person Name" From Person where cond. Hope it'll help you.
10th Feb 2020, 6:51 AM
Shaili Shah
Shaili Shah - avatar
+ 1
Kanika Aggarwal It seems your question appears to be an assignment. Please show us your attempt and use the 8 rules to get help from the community. https://www.sololearn.com/Blog/38/8-simple-rules-to-get-help-from-the-community *can be a code coach solution which is meant for you to do to help you establish your skills abilities and where you need to learn... not the community *one issued by a school or other institution *one issued or created by another platform *one that appears to be in the form of a challenge that was created by you or somewhere else. Your question will be reviewed by a team of moderators and will most likely be marked for deletion. https://www.sololearn.com/Discuss/1316935/?ref=app
7th Feb 2021, 3:06 AM
BroFar
BroFar - avatar