サポートと今すぐチャット
サポートとのチャット

SQL Optimizer for DB2 LUW 4.3.1 - Installation Guide

Quoted String Conversion

The quoted string conversion finds SQL statements that are found in the application source code on one command line. The SQL Scanner removes the concatenate character and the quotes surrounding the SQL text. 

Original SQL statement

"SELECT *" + " FROM EMPLOYEE WHERE EMP_ID > 100"

After conversion

SELECT * FROM EMPLOYEE WHERE EMP_ID > 100

 

Related Topics

関連ドキュメント

The document was helpful.

評価を選択

I easily found the information I needed.

評価を選択