If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I need to know can I use Uniquery to List the content of a file and output it to a text file. It is very urgent!! I can't use SQL Coz my server can't support it.
I do not understand what you need,from SQL is:
SELECT [unique | distict] * from table ....
From a file flat is:
cat infile | sort -u >outfile o cat infile | uniq > outfile.