Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Analyst
  3. Library Workspace
  4. Connections Workspace
  5. Job Status Workspace
  6. Projects Workspace
  7. Model Repository
  8. Data Objects
  9. Search
  10. Appendix A: Configure the Web Browser

Analyst Tool Guide

Analyst Tool Guide

Regular Identifiers

Regular Identifiers

Regular identifiers comply with the format rules for identifiers. Regular identifiers do not require delimited characters when they are used in SQL queries.
For example, the following SQL statement uses the regular identifiers
MYTABLE
and
MYCOLUMN
:
SELECT * FROM MYTABLE WHERE MYCOLUMN = 10

0 COMMENTS

We’d like to hear from you!