Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
how to calculate age in sql select query in JDBC datalist binder . Is it possible? It keep pop up error retrieve column whe i add below query.
select convert(int,DATEDIFF(d, '1993-10-31', getdate())/365.25) AS Age
Hi illei
Here are some examples for MySQL:
https://stackoverflow.com/questions/2533890/how-to-get-an-age-from-a-d-o-b-field-in-mysql
how to calculate age in sql select query in JDBC datalist binder . Is it possible? It keep pop up error retrieve column whe i add below query.