tingvaluesintotablesfromSQL>
> don't
> show the TBLPROPERTIES clause -- that needs to be fixed in the wiki.
>
> -- Lefty
>
>
>
> AnandaVelMurugan Chandra Mohan
> October 26, 2015 at 17:49
> Hi,
>
> I believe my Hive version is Apache 1.2.0. I guessed it from the folder
ki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-Limitations>
>> section?
>>
>> -- Lefty
>>
>> On Tue, Oct 27, 2015 at 1:02 AM, AnandaVelMurugan Chandra Mohan <
>> ananthu2...@gmail.com> wrote:
>>
>>> Hi,
>>>
>&
nsertingvaluesintotablesfromSQL>
> don't
> show the TBLPROPERTIES clause -- that needs to be fixed in the wiki.
>
> -- Lefty
>
>
> On Mon, Oct 26, 2015 at 8:49 PM, AnandaVelMurugan Chandra Mohan <
> ananthu2...@gmail.com> wrote:
>
>> Hi,
>>
>>
Hi,
I believe my Hive version is Apache 1.2.0. I guessed it from the folder and
hive-hwi.jar names.
I am trying to insert values into a column of type timestamp. It does not
work
This is how I create the table
CREATE TABLE tmp (reporttime timestamp);
I tried following insert queries
INSERT INTO