Skip to content

kornakov/FigureLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We have tables Products(id, name), Category(id, name), Products2Category(id_prod, id_cat)

SELECT Products.name, Category.name FROM Products LEFT JOIN Products2Category ON Products.id = Products2Category.id_prod LEFT JOIN Category ON Products2Category.id_cat = Category.id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages