In tiQuery, double-clicking on a field name will add that fieldname to the text editor window. You can run a query by clicking the Execute button or by pressing F5. We strongly suggest you make use of the Limit clause to limit the number of rows returned as TARGIT InMemory Database will otherwise attempt to display all valid rows in your SQL statement.
Example:
SELECT *FROM ORDERSLIMIT 1000

  • No labels