Drill SQL Date / Time manipulations and other Tidbits…

Apache Drill (with MapR distribution) implements most ANSI SQL functions, however there are some nuances that you need to be aware of, to avoid frustrations. Here I’ll document them as I find, so that others may benefit. String to Date format conversion: This is fairly well documented here: http://drill.apache.org/docs/data-type-conversion/ For people, coming from Oracle world the… Read More Drill SQL Date / Time manipulations and other Tidbits…