MySQL Forums
Forum List  »  Newbie

Re: how do i use update in a select query
Posted by: DJ L
Date: August 14, 2016 01:49PM

Sounds like the first thing to do is fix your poor table design.

In your mysql client (or php admin or whatever interface you use to connect with mysql) run something similar to:

SHOW CREATE TABLE mzm8e_jomcl_adverts

and it will better help us understand your table designs. Fixing those might be the first step and helping you understand DATABASE NORMALIZATION will be part of that process.

Options: ReplyQuote


Subject
Written By
Posted
Re: how do i use update in a select query
August 14, 2016 01:49PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.