PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/ql/src/test/queries/clientpositive/input_part4.q

#
text | 4 lines | 3 code | 1 blank | 0 comment | 0 complexity | 3164f2500b847c23b7469850d18bf925 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. EXPLAIN
  2. SELECT x.* FROM SRCPART x WHERE x.ds = '2008-04-08' and x.hr = 15;
  3. SELECT x.* FROM SRCPART x WHERE x.ds = '2008-04-08' and x.hr = 15;