You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Sateesh Karuturi <sa...@gmail.com> on 2015/06/04 12:58:28 UTC

create statement in hive 1.0.0.

anyone help me please... how to write insert statement in hive 1.0.0?

Re: create statement in hive 1.0.0.

Posted by Lefty Leverenz <le...@gmail.com>.
Also see examples in the Tutorial:  Querying and Inserting Data
<https://cwiki.apache.org/confluence/display/Hive/Tutorial#Tutorial-QueryingandInsertingData>
.

-- Lefty

On Thu, Jun 4, 2015 at 4:37 AM, Chinna Rao Lalam <lalamchinnarao13@gmail.com
> wrote:

> Please check Hive Language Manual
>
> https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML
>
> Hope It Helps,
> Chinna
>
>
> On Thu, Jun 4, 2015 at 4:28 PM, Sateesh Karuturi <
> sateesh.karuturi9@gmail.com> wrote:
>
>> anyone help me please... how to write insert statement in hive 1.0.0?
>>
>
>
>
> --
> Hope It Helps,
> Chinna
>

Re: create statement in hive 1.0.0.

Posted by Chinna Rao Lalam <la...@gmail.com>.
Please check Hive Language Manual

https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML

Hope It Helps,
Chinna


On Thu, Jun 4, 2015 at 4:28 PM, Sateesh Karuturi <
sateesh.karuturi9@gmail.com> wrote:

> anyone help me please... how to write insert statement in hive 1.0.0?
>



-- 
Hope It Helps,
Chinna

Re: create statement in hive 1.0.0.

Posted by Anilkumar Kalshetti <an...@gmail.com>.
Hi,

Please find below query
Inserted data in Hive 1.1.0.
There is some modification in insert statement.


*create table test3 (name string,age int)*

*insert into test3 values ('anil',11)*

*select * from test3 *


Thanks,
Anil

On 4 June 2015 at 16:28, Sateesh Karuturi <sa...@gmail.com>
wrote:

> anyone help me please... how to write insert statement in hive 1.0.0?
>