Posts by MaykBr • 39 points
3 posts
-
1
votes0
answers26
viewsQ: Display sequelize related table result
Good would like the help of you gentlemen, I have two tables customer and product a customer may have several products and one product belongs to only one customer, I have a relationship using…
-
-1
votes1
answer32
viewsQ: How to access the element that activated the event without using jQuery?
I have the code that uses jQuery below that accesses the element that activated the event so I can get a property. How can I do something like this without the library in question?…
-
1
votes1
answer148
viewsQ: Inner Join returning duplicate lines
I have a purchase order table, which relates to the products table, The purchase order table can own multiple products, this consultation returns me all the purchase order, which has more than one…