About 251,000 results
Open links in new tab
  1. Variable in SQL query - Ignition - Inductive Automation Forum

    Jan 3, 2020 · I am trying to configure a dataset to read data from a table. Because it’s a faceplate trend dataset, the FIC01 should be a variable, able to change to FIC02…FIC0n. But it won’t …

  2. SQL Select Statements | Ignition User Manual - Inductive …

    May 23, 2024 · While the SELECT command in its basic form can be very simple to use, the SELECT statement can be used with other statements or in certain ways that allow you to …

  3. SQL Query - Ignition User Manual 7.9

    Craft your query, and for each variable you wish to evaluate, substitute a '?' and a new editor will be added below in which you can add static values, expressions, or references. SQL Query …

  4. Variable table name in select query - Ignition - Inductive …

    Apr 27, 2022 · Use a named query instead. Example of a named query with table name passed as query string and some WHERE clause parameters. You can then call the named query in a …

  5. Writing SQL Queries | Ignition User Manual - Inductive Automation

    Select all things from a table where the date column has a value within a certain range. SQL - Select Column Between Two Dates SELECT * FROM events WHERE date_column …

  6. SQL Query Binding – Scalar Query and Fallback - Inductive …

    You can bind any component property to a SQL query in ignition, but it's important that your query returns an appropriate value based on the data type of the property that you're binding to. For …

  7. sql - How to compare String Variable with Integer - Stack Overflow

    Jun 12, 2019 · The easiest solution is to use dynamic SQL. While it is simple indeed please bear in mind that this makes you vulnerable to SQL Injection attacks. For SQL Server 2017+ you …

  8. Using variables in a SQL WHERE IN() operator (scripting) - Ignition

    Aug 2, 2019 · I am trying to use a variable in a SQL SELECT query with an IN() operator in the WHERE clause. This is written in scripting on an action performed event handler of a button …

  9. SQL Common Functions | Ignition User Manual - Inductive …

    May 23, 2024 · Searchings a string for a substring (target_string), and replaces the substring with the replacement_string. SELECT REPLACE('Who is awesome', 'Who is', 'You are')

  10. Using a querystring parameter in a named query IN clause - Ignition

    Jun 7, 2021 · I have a query I’m converting to a named query. One parameter is an INT4, another a string. The string parameter can have one of three values: (‘site1’), (‘site2’) or (‘site1’,‘site2’).

Refresh