SQL Prompt Applies 'casing rule' to TEXT Strings
ArnieRowland
Posts: 9 Bronze 1
in SQL Prompt
Case Rules -built-in function, data types, system variables == lower case
1. The word 'STATUS' in a longer TEXT string is being changed to match the rule. It is NOT desired to have ANY content inside TEXT strings forced to match casing rules.
2. Casing for the word 'STATUS' is changed to match the rule. 'STATUS ' is NOT a built-in function, data types, system variables -or even a reserved word. Why?
1. The word 'STATUS' in a longer TEXT string is being changed to match the rule. It is NOT desired to have ANY content inside TEXT strings forced to match casing rules.
2. Casing for the word 'STATUS' is changed to match the rule. 'STATUS ' is NOT a built-in function, data types, system variables -or even a reserved word. Why?
Answers
Have you visited our Help Center?