I wrote the same query still is not runing and trainer is going very fast

I wrote the same query still is not runing
and trainer is going very fast

1 Like

Hi,

For the error I can’t tell anything wrong per se in the query.
The error message is incomplete so it is difficult to tell.

Could you maybe copy the full message here ?

Any typo in names ?

For too fast, just pause as much as you need or even go back.

I sometimes do that too.

Cheers.

this is additional screen shot
I cross check too many time still its given the same error

This is additional info.

1 Like

from what I can see in the 2 screenshots, it looks like you have not selected the database where the order items table is.
Try

SELECT *
FROM sql_store.order_items oi
JOIN sql_inventory.products p
ON oi.product_id = p.product_id;

1 Like

THis is worked
I also did the spelling mistek
Thanks so much

No problem! Happy to help