SQLI Names
SQLI Names
- Must begin with an alphabetic letter
- Must be 30 or fewer characters
- May contain embedded underlines (_)
- May contain numeric digits after the first character
- $$SQLI^DMSQU converts a text string to a valid SQL name, or dies (returns null) trying.