GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Need little help qith SQL query (https://gfy.com/showthread.php?t=848020)

Pics Traffic 08-14-2008 02:29 PM

Need little help qith SQL query
 
I need to update few rows of data but only for range of entries with ID's between 40 and 100.
so
update table set field='blah-blah' where id ---- ???

nnweb 08-14-2008 02:42 PM

update table set field='blah blah' where id >= 40 and id <=100

polle54 08-14-2008 02:44 PM

Quote:

Originally Posted by nnweb (Post 14609162)
update table set field='blah blah' where id >= 40 and id <=100

correct.

Pics Traffic 08-14-2008 02:45 PM

I kiss you.
Thanks

rowan 08-14-2008 02:51 PM

Try also

UPDATE table SET field='blah blah' WHERE id BETWEEN 40 AND 100


All times are GMT -7. The time now is 09:38 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123