Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Query does not run
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Query does not run
#55992
Query does not run 8 Years, 6 Months ago Karma: 0
Ari data table 1.15.2 in Joomla 3.4.4 does not run the following query:

SET @numero=0;
SELECT @numero:=@numero+1 AS `POS`, `OFENSIVA`.*
FROM `OFENSIVA`


This consultation allows the results to number (Number the registration) of a SELECT in MYSQL but not running on ARI DATA TABLE, I appreciate your feedback as indicated.
The administrator has disabled public write access.
 
#55994
Re:Query does not run 8 Years, 6 Months ago Karma: 747
Hello,

Use the following query:

Code:


SELECT @numero:=@numero+1 AS `POS`, O.* 
FROM `OFENSIVA` O,(SELECT @numero:=0) T



Regards,
ARI Soft
The administrator has disabled public write access.
 
#55996
Re:Query does not run 8 Years, 6 Months ago Karma: 0
Okay, it worked perfect. Thanks for the prompt response.

Regards,
The administrator has disabled public write access.
 
#56001
Re:Query does not run 8 Years, 6 Months ago Karma: 0
Friends, that arrangement requires consultation provided for you so there is no duplication of registration. Annex screenshot.


The last line of the query add to rank fields based on the AVE (averague) and VB (times at bat)

I appreciate your help if possible.
The administrator has disabled public write access.
 
#56002
Re:Query does not run 8 Years, 6 Months ago Karma: 0
Excuse me miss attach the
The administrator has disabled public write access.
 
#56003
Re:Query does not run 8 Years, 6 Months ago Karma: 747
Send it by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1