Skip to content

sqlz.UpdateStmt has no field or method From #24

@aharal

Description

@aharal

Actually, I want to implement the following SQL statement using sqlz package but it return sqlz.UpdateStmt has no field or method From error as there are no From Field for UpdateStmt.

UPDATE table [ * ] [ [ AS ] alias ]
    SET { column = { expression | DEFAULT } |
          ( column [, ...] ) = ( { expression | DEFAULT } [, ...] ) } [, ...]
    [ FROM from_list ]
    [ WHERE condition | WHERE CURRENT OF cursor_name ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions