|
-
Jun 29th, 1999, 04:13 PM
#1
Thread Starter
New Member
How to edit all fields in a table.
For exsample: I won to change all fields of prices and moltyply with 5.23
------------------
-
Jun 29th, 1999, 05:20 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|