In queries, the following items can be represented in either double-byte characters or mixed single-byte and double-byte characters:
Unless your database specifically supports double-byte characters in table names, column names cannot contain any double-byte characters that are internally represented with single-byte double quotation marks.
In queries, graphic strings that you want to enter or compare to graphic data type fields must be in double-byte characters only. A graphic string consists of either a G or N literal, a single quotation mark, followed by the double-byte character string, and ended by a single quotation mark.
If you are writing a prompted query with a LIKE operator and enter a left-side value with an N literal, when you issue a CONVERT TO SQL command, the query shows a G instead of the N that you entered.