Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: khwabsheth
  • Order by date
  1. khwabsheth

    How to show coming week birthdates?

    Hello Feherke, First of all thank you very much for helping me with the query, your query works fine but now I want to display all the birthdays in ascending order so What I have done is select * from employee where to_char(birth,'ddd')::int-to_char(now(),'DDD')::int between 0 and 6 ORDER BY...
  2. khwabsheth

    How to show coming week birthdates?

    Hello All, I want to display the employees list whose birth day is coming in next week, in database I am storing birth date in MM/DD/YYYY format. Anyone can help me with this? Thank you Khwab

Part and Inventory Search

Back
Top