http://qs1969.pair.com?node_id=11140374


in reply to Re: [OT] Re: Get unique fields from file
in thread Get unique fields from file

That's nice, too, but it is essentially different from my example: your code actually /imports/ data, whereas mine only configures a table interface on top of an underlying text file, so that you can run any SQL against that underlying text table data (one could also read a zipped text file in this way).

Let's just say SQL too has more than one way to do it ;)