Site icon i2tutorials

Pig Latin – Sorting

Pig Latin – Sorting:

LIMIT:

Limit the number of tuples.

X = LIMIT A 3;

 

 ORDER:

Sorts a relation based on one or more fields.

X = ORDER A BY a3 DESC;

 

Exit mobile version