cancel
Showing results for 
Search instead for 
Did you mean: 

u00BFHow can i make the funtion GETDATE in Progress?

Former Member
0 Kudos

Hi all, i need tod do the next stament in progress database

SELECT * FROM TABLE WHERE (TDate= ( GETDATE() - 1 ) )

Do you have any ideas of how can i make this?

Thanks.

Erick

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Erick,

The SQL query is executed on the Database by the JDBC adapter and hence you can use the function in the SQL query directly in the JDBC adapter.

For example in the Sender JDBC adapter I have use the SYSDATE in the select query to select the records of a particular day and it worked fine.

Regards

Bhavesh