[reported #106] SQL: Analysing Business Metrics - 1. Introduction - GET CODE gives wrong code

Tried that also, not possible for me to get through step 1 “Introduction” 1 SQL: Analyzing Business Metrics. When hitting Run a couple of times, and clicking on the pop-up to ‘get the code’ 1 and 2 are marked green, but not able to proceed to step two (still locked).

So, is the code which the ‘get code’ options provides wrong here or does the code checker not work properly for this module?

The code, the ‘get code’ option provides me is:
select *
from order_items
order by id
limit 100;

Thanks in advance for any help.

I’ve reported this problem.

The workaround for now is, instead of

from order_items

use

from orders

Thank you for taking the time to report this issue. :green_heart: