Hello!
Why not:
SELECT t.*, t._val from materials t INNER JOIN ...
Regards,
--
Ilya Kasnacheev
чт, 21 янв. 2021 г. в 19:19, siva :
> Hi,
>
> It's working fine in "select _val from mytesttable" query but in case of
> sub
> query or joins it's failing with an error like column not found
>
> It'
Hi,
It's working fine in "select _val from mytesttable" query but in case of sub
query or joins it's failing with an error like column not found
It's failing access column with and without table Aliases.
for example
Query::>
SELECT t.* from (select _val FROM materials ) as t INNER JOIN
"F2DEDF6
Hello,
Try this: "select _val from mytesttable"
чт, 21 янв. 2021 г. в 17:38, siva :
> Hi,
> I am using .net Ignite v2.9.1 and
>
> Since SqlQuery deprecated in documentation suggesting please use
> SqlFieldsQuery.
>
> what is the way to get result as Type using sqlfieldsquery?
>
> for example que
Hi,
I am using .net Ignite v2.9.1 and
Since SqlQuery deprecated in documentation suggesting please use
SqlFieldsQuery.
what is the way to get result as Type using sqlfieldsquery?
for example query
select * from mytesttable
Thanks.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com