Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old October 30th, 2002, 02:09 PM
jonpress jonpress is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 9 jonpress User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to jonpress
UPDATE a range of records??

In the following code, I am trying to update a range of sql records with LIMIT $xx, $yy. Everything works in this code except this limit parameter. I tried using differenct sql syntax but no luck.

Can you help?????


$sql = "UPDATE $usertable SET TimesViewed=TimesViewed+1 WHERE $classiccycles LIKE '%$search%'".
" AND ClassifiedType='$ClassifiedType' AND LIMIT $xx, $yy";

Reply With Quote
  #2  
Old October 30th, 2002, 03:36 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: UPDATE a range of records??

Starting in version 3.23 of mysql, you can use a limit clause. But, it is not the same syntax as the select limit clause. You can only specify the number of rows that should be affected.

See the very end of this page:

http://www.mysql.com/doc/en/UPDATE.html

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > UPDATE a range of records??


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway