Tuesday, February 13, 2018

Azure Data Lakes and U-SQL SELECT Transformation Rowsets

DZone Database Zone
Azure Data Lakes and U-SQL SELECT Transformation Rowsets
Azure Data Lakes and U-SQL SELECT Transformation Rowsets

In this article, we are going to discuss the basic U-SQL SELECT query transformation rowset technique. I hope it will be informative.

U-SQL SELECT Query Transformation Rowsets

In a previous article, we retrieved data from a “SearchLog.tsv” file to “SearchLog-scalar-variables.csv”. It was just a simple file-to-file movement of data.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...