Results 1 to 2 of 2

Thread: Edit with SQL

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 1999
    Location
    Podgorica, Montenegro, Jugoslavija
    Posts
    2

    Post

    How to edit all fields in a table.
    For exsample: I won to change all fields of prices and moltyply with 5.23



    ------------------

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    I assume that you want to run this query directly in database:

    Update TableName Set FieldName = FieldName * 5.23

    ------------------

    Serge

    [email protected]
    [email protected]
    If you have any questions about AOL programming, e-mail me


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width