Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 Jcs19
		
			Jcs19
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
HI, 
We are actually trying to archive the data from database of past 120 days from today and write it into a csv file.
I am querying on a table using the tmssqlInput--->tmap--->tfileoutputdelimited.
In tmssqlInput i am writing a select query based on the condition:
select * from table where modified_date < today's date-120
where modified_date is column in the table and today's date is currentdate.
Now i am not able to use the '<' condition properly.
