Answer Posted / Devki Nandan Sharma
To fetch particular columns in Pig, you can use the AS alias along with the column name during the PROJECT or SELECT statement. For example: SELECT col1 AS column1, col2 AS column2 FROM table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers