Import external "Post preSQL" database, you can use "Appregate"?
Hi Chen Yabin,
Yes, if you have the PostgreSQL Connector properly configured in the platform (requires an on-premises scenario), the if you create an extension to map external PostgreSQL Tables onto OutSystems Entities you can use all the standard Aggregate/SQL tool features. The limitation will be you cannot do cross-server joins.
Jorge Martins wrote:
Thank you very much
By the way, how do you write if judgment in outsystems SQL? Can you use dynamic SQL?
Hi chen yabin,
OutSystems allows you to query the database using:
Hope these help.