Viewing 2 posts - 1 through 2 (of 2 total)
varunkum (1/5/2011)Please tell me the appropriate where condition with dates in oracleselect * from table_name where Date_value between getdate() and (getdate-6months)
varunkum (1/5/2011)
select * from table_name
where Date_value between getdate() and (getdate-6months)
Try this:
where Date_valus...
January 9, 2011 at 7:13 am
#1271141
In Microsoft documentation http://msdn.microsoft.com/en-us/library/ee336245.aspx#sqlagent say:
SQL Server Agent/Jobs
SQL Azure Database does not support SQL Server Agent or jobs. You can, however, run SQL Server Agent on your on-premise...
January 3, 2011 at 8:09 am
#1268476