Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sql error: unclosed string literal

843835Sep 12 2002 — edited Sep 12 2002
String sql = "select * from event where eventstart=to_date('11-sep-02', 'dd-mon-yy') order by eventid";

does any1 mind tellin me what's wrong with this select statement? thks.
the error msg i got was that of unclosed string literal.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2002
Added on Sep 12 2002
2 comments
740 views