0
I have an order table in mysql, where the total order value, the date, the customer’s id, and the products that were purchased should be informed. The problem that these products are in the product table. I would like to know how to insert these various products with the sql command? Insert only one product I know good. I will use this in a C#Web application, where the customer selects the products in a grid and confirms the order.
Hello @Vanderson, Welcome to Stackoverflow-en. Check this link: http://answall.com/help/how-to-ask. Try to include as much information as possible in your questions. In this case, maybe detail the way your database was mapped.
– Weslley Tavares