Register for your free account! | Forgot your password?

You last visited: Today at 15:58

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



sqls

Discussion on sqls within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2009
Posts: 263
Received Thanks: 117
sqls

How to remove lines from cq_action using sql

like remove lines from <Greater then and >lower then how do i add that in?
shadowkiller990 is offline  
Old 09/16/2011, 21:26   #2
 
Thorlon's Avatar
 
elite*gold: 100
Join Date: Mar 2011
Posts: 620
Received Thanks: 409
I dont know but, you could google sql remove code or something. Just a guess lol'

Thanks
Thorlon is offline  
Old 09/17/2011, 01:59   #3
 
elite*gold: 0
Join Date: Mar 2010
Posts: 103
Received Thanks: 9
Quote:
Originally Posted by shadowkiller990 View Post
How to remove lines from cq_action using sql

like remove lines from <Greater then and >lower then how do i add that in?
i dont know if its ok to give links but well



there it is not hard to find google and done
drukkie is offline  
Thanks
1 User
Old 09/19/2011, 15:11   #4

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
use rows like

Code:
delete from [COLOR="Red"]cq_action[/COLOR] where [COLOR="lime"]id[/COLOR] >= [COLOR="Blue"]6400040[/COLOR] and [COLOR="lime"]id[/COLOR] <= [COLOR="blue"]6400043[/COLOR];

deletes those rows:
6400040
6400041
6400042
6400043
---------------------------------------------------------------
delete from [COLOR="red"]cq_action[/COLOR] where [COLOR="lime"]id[/COLOR]= [COLOR="Blue"]6400040[/COLOR];

deletes this row:
6400040
---------------------------------------------------------------
magewarior2 is offline  
Thanks
2 Users
Reply




All times are GMT +2. The time now is 15:58.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.