Quantcast
Channel: SQLServerCentral » SQL Server 2012 » SQL Server 2012 - T-SQL » Latest topics
Viewing all articles
Browse latest Browse all 4901

pass through query from access to sql-how can I select all records witha date greater than a fixed date

$
0
0
Hi I am an absolute 'noob' when it comes to t-sql however because of an issue we are haing in extracting some data from an sql database I need to to run a pass through query and use the following in my criteriaWHERE orderdate >= 31/10/2010I have tried the following without successWHERE orderdate >= '31/10/2010'in access I would just useWHERE orderdate >= #31/10/2010#any help would be greatly appreciated as I say I am a complete novice but I am willing to tryRegardsPaul

Viewing all articles
Browse latest Browse all 4901

Trending Articles