go-ozzo / ozzo-dbx

A Go (golang) package that enhances the standard database/sql package by providing powerful data retrieval methods as well as DB-agnostic query building capabilities.
MIT License
636 stars 91 forks source link

How to build UPDATE with JOIN query? #85

Open kolkov opened 4 years ago

kolkov commented 4 years ago

Hi! I can't find any solutions for build UPDATE JOIN queries with query builder. https://www.mysqltutorial.org/mysql-update-join/