Answer Posted / ajit
select TO_CHAR( last_day(sysdate), 'day')
from dual
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Is progress software supports to ( pl/sql )?
What problem one might face while writing log information to a data-base table in pl/sql?
how to add a new column to an existing table in mysql? : Sql dba
Explain clause in sql?
how to show all tables with 'mysql'? : Sql dba
What is the difference between inner join and outer join?
Which is better varchar or nvarchar?
How to get each name only once from an employee table?
What is t sql used for?
What does (*) mean in sql?
Is there any restriction on the use of union in embedded sql?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What is the starting oracle error number? What is meant by forward declaration in functions?
what are rollup and cube in t-sql? : Transact sql
What is a memo field?