Can I customize SQL function components

For example, we need to add a filter component. The implementation function of the component is day < (select max (time) from system_data_time), Because our latest data preparation time is not fixed every day,we need to switch system_data_time freely.image

Hi @Jakin
Seems like you would have to do that in SQL, or possibly create a View on your database, so it's always limited.