I need to append Hive table’s columns, FNAME and LNAME with a
white
space between them. What string function I have to use?
a. APPEND(FNAME, ' ', LNAME)
b. APPEND (FNAME, LNAME)
c. CONCAT(FNAME, LNAME)
d. CONCAT(FNAME, ' ', LNAME)
I need to append Hive table’s columns, FNAME and LNAME with a white space between them. What string function I have to u
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
I need to append Hive table’s columns, FNAME and LNAME with a white space between them. What string function I have to u
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!