Posts by Fabio • 53 points
1 post
- 
		5 votes1 answer625 viewsQ: How to update fields with fields from another table?I’m not able to update one table with another’s select. I have a table mdl_user which contains several columns and created another users_sg to copy some columns. I copied with INSERT INTO users_sg…