PHP forums, MySQL forums, Web Development resources

Home PageHome    PHP ResourcesTopic List    FAQFAQ    SearchSearch    MemberlistMemberlist    UsergroupsUsergroups 
 RegisterRegister
    ProfileProfile    Log in to check your private messagesLog in to check your private messages    Download the RSS Reader RSS Feed Download the RSS Reader RSS for this forum Log inLog in 

PHP Forum :: MySQL Forum :: Java Script Forum



I know I am missing something

 
Post new topic   Reply to topic    WeberForums.com Forum Index -> MySQL General
View previous topic :: View next topic  
Author Message
StevenYoung



Joined: 16 Mar 2010
Posts: 1

PostPosted: Tue Mar 16, 2010 10:03 pm    Post subject: I know I am missing something Reply with quote

Ok, I am not new but I am missing something simple and I am not seeing it, dont we all do this at time?

If I run this query to a blank table it is fine, but to a table that has data and more fields I am getting an error

insert into 'retailwholesale'
select workingtable.retailprice from `workingtable`
WHERE workingtable.model = retailwholesale.model

Retail Price is only field I want to update to the 'retailwholesale' table. field name is retailprice in both tables. I know I have to define the field in the destination but using either insert into 'retailwholesale' (retailprice) or insert into 'retailwholesale.retailprice' also give errors. What am I missing?

Thank You
Steven
Back to top
View user's profile Send private message
JemsRoker



Joined: 17 Mar 2010
Posts: 41
Location: Bangle of India

PostPosted: Sun Apr 11, 2010 7:17 pm    Post subject: Reply with quote

Try it from the beginning so you can find out the missing point.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
WeberTrivia Questions WeberTrivia Questions
 Think you are smart? Prove it!. Try your skills with these questions :
 WeberTrivia QuestionsRecursive arrays and multi-dimensional arrays are one and the same. (PHP and MySQL)
 WeberTrivia QuestionsThe \"cache_dir\" tag of the squid configuration has a default of /var/spool/squid. (Linux)

WeberTrivia Questions



Post new topic   Reply to topic    WeberForums.com Forum Index -> MySQL General All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Powered by phpBB © 2001, 2005 phpBB Group
PHP Forum :: MySQL Forum :: Java Script Forum