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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SQLneube

  1. SQLneube

    SQL Syntaz

    When I tried the 2nd select statement...it returns that QueryDate()is not known. What should I put in place of QueryDate? Thanks
  2. SQLneube

    SQL Syntaz

    Can I query like this - select * from dbo.table where datepart(mm,query_date)= 6 or datePart(mm,query_date) = 12 and can I add this select statement as a subquery and how would I do that? thanks SQLNeube
  3. SQLneube

    SQL Syntaz

    sorry, I need to retrieve the events that happens in 6 or 12 not between 6 and 12. what syntax would I use
  4. SQLneube

    SQL Syntaz

    Helppppp I need to retrieve all the events that happened between June and December from a table(I don’t care about the year). What syntax would I use? thanks SQLNeubie
  5. SQLneube

    SQL NewBe wants to learn T-SQL and Stored Proc.

    I want to learn T-SQL and Stored Proc - can you recommend some books that can teach a newbee T-SQL and Stored Proc and Triggers. Thanks.

Part and Inventory Search

Back
Top