Skip to content
Advertisement

Can I update a SQL table based on data from another table, with unknown data? [closed]

I’m making a NetBeans Servlet which accesses a MySQL database; and updates data based on HTML textfields. I need to update certain name and color in user table based if mail and pasword (which are in user_data) exist; but I do not know how.

In servlet

In MySQL

Advertisement

Answer

I suspect that you are looking for:

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement