TOPIC

why getting runtime error

Fahad4 asked 6 years ago

how can i get rid from runtime error in this code . i m using mysql and many of quries of mysql was also accepted

Remember not post solutions. Your post may be reviewed by our moderators.

  • egermano0 replied 3 years ago

    select pro.name, prov.name from products pro
    inner join providers prov on pro.id_providers = prov.id where pro.id_categories = 6;