Skip to content

Question on query. #15

Answered by bokwoon95
rinuthomashm asked this question in Q&A
May 13, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi, it looks something like this:

q := sq.
    Update(tbl).
    Set(
        tbl.ROW1.Set(sq.Fieldf("? + ?", tbl.ROW1, 15)),
    ).
    Where(tbl.ID.EqInt(25))

Hope that helps.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rinuthomashm
Comment options

Answer selected by rinuthomashm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants