how to find how many days in a month by using sql quiery

  • Thread starter Thread starter project
  • Start date Start date
P

project

anybody can tell me how to find how many days in a month by using sql
quiery
 
Try This

select *, DaysInMonth([MyDate]) from MyTable;


--

OHM ( Terry Burns )
. . . One-Handed-Man . . .


project said:
anybody can tell me how to find how many days in a month by using sql
quiery
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

running Quieries 1
How to Quiery a table 6
TABLE LINK 4
Relationship vs linking tables 1
Find the last number in a row 6
DNS quieries for "teredo.ipv6.microsoft.com" 0
I need help on SQL 0
Query Help 1

Back
Top