You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by sv <sv...@gmail.com> on 2018/11/26 19:32:07 UTC

Support for SELECT ... INTO ?

When will Ignite support this?  Will this be included in 2.7?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Support for SELECT ... INTO ?

Posted by Stephen Darlington <st...@gridgain.com>.
If you’re looking for new features, taking in the development email list might be better.

What particular aspect of “SELECT… INTO” are you looking for?

You can already do: INSERT INTO x SELECT * FROM y;

Are you looking for the bulk loading facilities that some legacy databases provide this way? (You can use COPY FROM to load data from a CSV file.) Or are you looking for the facility for it to create a table automatically?

Regards,
Stephen

> On 26 Nov 2018, at 19:32, sv <sv...@gmail.com> wrote:
> 
> When will Ignite support this?  Will this be included in 2.7?
> 
> 
> 
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/