문제

I have a long list of strings that I need to compare a column against and I am wondering if doing this {table.column} IN ['ABC'] is the same as this {table.column} IN ['abc'].

도움이 되었습니까?

해결책

There is a setting in File -> Report Options that tells CR if your SQL statements need to be case sensitive. That setting also controls the case sensitivity of your Crystal formula comparisons. This setting is saved with each report so you can have some reports that are case sensitive and others that are not. You can set the global default for this setting in File -> Options (Database Tab). The File Options setting will set the default value for all NEW reports, but will not change the default value for existing reports. If you need to change the value for existing reports you need to go to File -> Report Options for each report.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top