View Single Post
Join Date: Sep 2008
Posts: 339
Reputation: freshfitz is an unknown quantity at this point 
Solved Threads: 27
freshfitz freshfitz is offline Offline
Posting Whiz

Re: Get last month from timestamp

 
0
  #3
Jan 1st, 2009
I want to display all the orders from last month so

  1. SELECT *
  2. FROM Get_estimates
  3. WHERE DateTimeStamp = [lastmonth]
Last edited by peter_budo; Jan 6th, 2009 at 9:21 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Reply With Quote