Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
SqlExpression.ToExpression(sql as text, environment as record) as text
About
Converts the provided sql
query to M code, with the available identifiers defined by environment
. This function is intended for internal use only.