博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
sort equal 确保记录按照 input顺序来
阅读量:5240 次
发布时间:2019-06-14

本文共 501 字,大约阅读时间需要 1 分钟。

Usually you have a requirement of removing the duplicate records from a file using SORT with the option SUM FIELDS=NONE

If the requirement is to always have the first record of the input file (out of all duplicates) in the output file, then the EQUALS option will help you in doing it.

EQUALS option preserves the order of the records being read from the input files.

So your SORT card will look like.

SORT FIELDS=(1,80,CH,A),EQUALSSUM FIELDS=NONE

转载于:https://www.cnblogs.com/kakaisgood/p/9493011.html

你可能感兴趣的文章
php7 新特性整理
查看>>
RabbitMQ、Redis、Memcache、SQLAlchemy
查看>>
知识不是来炫耀的,而是来分享的-----现在的人们却…似乎开始变味了…
查看>>
口胡:[HNOI2011]数学作业
查看>>
03 线程池
查看>>
手机验证码执行流程
查看>>
设计模式课程 设计模式精讲 2-2 UML类图讲解
查看>>
Silverlight 的菜单控件。(不是 Toolkit的)
查看>>
jquery的contains方法
查看>>
linux后台运行和关闭SSH运行,查看后台任务
查看>>
桥接模式-Bridge(Java实现)
查看>>
303. Range Sum Query - Immutable
查看>>
图片加载失败显示默认图片占位符
查看>>
【★】浅谈计算机与随机数
查看>>
解决 sublime text3 运行python文件无法input的问题
查看>>
javascript面相对象编程,封装与继承
查看>>
算法之搜索篇
查看>>
新的开始
查看>>
Leetcode 226: Invert Binary Tree
查看>>
解决miner.start() 返回null
查看>>