út 11. 1. 2022 v 9:41 odesílatel Hüseyin Ellezer
napsal:
> Hello everyone,
>
> I am currently running queries with the same table structures in 2
> different virtual machines and 2 different versions. and I get results like
> below.
>
>
> Execution Query:
>
> select d.device_id from ats_devices d
Hello everyone,
I am currently running queries with the same table structures in 2
different virtual machines and 2 different versions. and I get results like
below.
Execution Query:
select d.device_id from ats_devices d inner join ats_device_detays dd on
dd.device_id=d.device_id;
RESULTS:
po