Cross Join (implicit syntax)

Hi In cross Join section while writing code in implicit syntax it should be

FROM customer C, product P

instead of

FROM customer C, order O.

Yes, of course. :+1:

1 Like