Hi all, I have a dummy question regaring a
double-quoted string written in multiple line.
Here is what I have been doing:
stmt.executeQuery( "SELECT COF_NAME, " +
                   "SALES FROM COFFEES " );

Is there a way to to eliminate the '+' sign by doing
something like below?

stmt.executeQuery( "SELECT COF_NAME, \
                    SALES FROM COFFEES " );


I know the code cannot be compiled, but is there any
substitution to the escape character above?

Many thanks in advance.

__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to