Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: How can I change the query result''''s data?

    The most directly way is writing an update query in the Query Analyser.

    The syntax is:

    UPDATE tablename

    SET FieldName = FieldValue [,FieldxName = FieldxValue]

    WHERE wherecondition

    The wherecondition is the same as you used...

Viewing post 1 (of 2 total)