Hi, What is the default table name in Derby? I want to display some fixed data using SQL like select '10' as digit It runs in SQL server. In Oracle I can write in this way select '10' as digit from dual but here none of these are working. How can I solve this problem?
-- Thanks and Regards, Soumen Saha Associate Cognizant Technology Solutions
