Axapta Code solutions Education and Entertainments Earn Money its Real Experience of knowledge Imortant Weblink collections Fun and Entertainment God thoughts Get Ways to Invest your money Products overview and details
Example of To_Char function in sql
By following example we could know how to use to_char function in sql select query.
To get number of student who registered on particular date.
Select Stdname ,to_char(regdate ,'day') day from student where to_char(regdate ,'day')='saturday' or to_char(regdate ,'day')='monday';
Example of To_Char function in sql
By following example we could know how to use to_char function in sql select query.
To get number of student who registered on particular date.
Select Stdname ,to_char(regdate ,'day') day from student where to_char(regdate ,'day')='saturday' or to_char(regdate ,'day')='monday';
0 comments:
Post a Comment