Skip to content

Commit

Permalink
part2
Browse files Browse the repository at this point in the history
  • Loading branch information
dengzhhu653 committed Dec 11, 2023
1 parent e7e12c6 commit c51a8dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ql/src/test/queries/clientpositive/partition_timestamp3.q
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--! qt:timezone:Europe/Paris
CREATE EXTERNAL TABLE payments (card string) PARTITIONED BY(txn_datetime TIMESTAMP) STORED AS ORC;
INSERT into payments VALUES('3333-4444-2222-9999', '2023-03-26 02:30:00');
SELECT * FROM payments WHERE txn_datetime = '2023-03-26 02:30:00';

0 comments on commit c51a8dc

Please sign in to comment.