Re: Insert overwrite using select within same table

2020-07-20 Thread Umesh Bansal
You can use temp table to insert the data and then use temp table to insert
back to main table

On Tue, 21 Jul 2020 at 12:01 AM, Utkarsh Jain  wrote:

> Hello community,
>
> I am not sure that using 'insert overwrite using select within same table'
> via spark SQL is a good approach or is there any other best  alternative
> approach to do this.
>
> Thanks
> Utkarsh
>


Insert overwrite using select within same table

2020-07-20 Thread Utkarsh Jain
Hello community,

I am not sure that using 'insert overwrite using select within same table'
via spark SQL is a good approach or is there any other best  alternative
approach to do this.

Thanks
Utkarsh