Ask our Experts
Didn't find what you are looking for? Ask our experts!
New Community Ranking System
Our Community ranking system has recently been updated. You may notice changes in user rankings and receive system messages or notifications. If you have questions about how the new ranking works, please refer to the announcement post for more details (click here).
A support forum for AVEVA Plant SCADA (formerly Citect SCADA). Share new and exciting product information, connect, learn, and collaborate with the ecosystem of Plant SCADA Users. AVEVA Plant SCADA a reliable, flexible and high-performance Supervisory Control and Data Acquisition software solution for industrial process customers. This forum is to connect, share, learn and collaborate new and exciting product information. Feel free to join and share to your Ecosystem of Plant SCADA Users.
Search in
Please select a country to continue with beta search.
Posted: 2021-04-04 11:46 AM . Last Modified: 2021-04-04 12:09 PM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-04-04 11:46 AM . Last Modified: 2021-04-04 12:09 PM
Hello
I am making a SQL query to a MySQL database.
When I run the query in MySQL, I get the right result.
When I send the SQL statement from Machine SCADA Expert, the result is not right.
It is like the lase WHERE clause is ignored.
This is the Query:
SELECT SUM(Minute_In_State) From
(SELECT
Time_Stamp,
State,
TIMESTAMPDIFF(SECOND, LAG(Time_Stamp) OVER(ORDER BY Time_Stamp), Time_Stamp)
AS Minute_In_State
FROM db.xyz_1_state
ORDER BY Time_Stamp) AS T
Where State = 1;
Any suggestion why the result is different, when sent from Machine SCADA Expert?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-04-04 09:15 PM . Last Modified: 2022-10-19 01:47 AM
This is the Geo SCADA Expert forum. So you're not that likely to get great results looking for Machine SCADA Expert info here (since they are different products).
I think you wanted this forum instead: https://community.se.com/t5/Industry-Automation-and-Control/bd-p/industry-automation-control_forum
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-04-04 09:15 PM . Last Modified: 2022-10-19 01:47 AM
This is the Geo SCADA Expert forum. So you're not that likely to get great results looking for Machine SCADA Expert info here (since they are different products).
I think you wanted this forum instead: https://community.se.com/t5/Industry-Automation-and-Control/bd-p/industry-automation-control_forum
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
You’ve reached the end of your document
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.