To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
SQL CourseSQL Course
> Ask questions about the lessons on SQL Course 1 and 2. If you have problems
> with the interface, please post in the Feedback forum
how to update a field from the result of an innerjoin query
Hi,
I want to update the balance field from the client table from the result of a query (This query calculates the balance (accounts.amount_due - accounts.amount_paid) and selects all clients which are are disconnected (client.disconnected=false))
How do I do this? Thank you :)