Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

SQL QUERY ERROR WITH '+' OPERATOR
(1 viewing) (1) Guest
Support forum for users using free edition of this product. These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: SQL QUERY ERROR WITH '+' OPERATOR

SQL QUERY ERROR WITH '+' OPERATOR 13 years, 3 months ago #19584

Hi guys...

I got very strange problem where the query can execute with /, -, and * maths operators but it cannot execute query that has + (addition) operator.
Example;

SELECT id_cost_type AS a,
1000*200 AS b, 2000 AS c
FROM table

(or 1000-200, 1000/200) is OK but,

SELECT id_cost_type AS a,
1000+200 AS b, 2000 AS c
FROM table

will come out with error!

Please can anyone help me with this? I spent hours try to solve this. This is very important and urgent :-(

Thank you.
Last Edit: 13 years, 3 months ago by Sophian.
The topic has been locked.

Re: SQL QUERY ERROR WITH '+' OPERATOR 13 years, 3 months ago #19615

Artio support team had helped me fixed it. They gave me a latest version that fixed. Now I'm happy that I can use all mathematics operators in the query.

Thank you for the support.

Guys.... If there are needs of charting, go for the paid version. Artio Fusioncharts is the best charting extension that exist currently (and good support too! :-)
The topic has been locked.
  • Page:
  • 1
User Login Empty