Dynamic SQL syntax Respondida
It would be good to make the SQL dynamic syntax to be consistent across all the B1Up setup as some of them using syntax SQL(‘SELECT …’) and other using SQL:SELECT…
It would be good to make the SQL dynamic syntax to be consistent across all the B1Up setup as some of them using syntax SQL(‘SELECT …’) and other using SQL:SELECT…
Comentarios
2 comentarios
(Please note that as we are user-driven we can't guarantee that your request will be met unless it gets many votes and/or fit the product vision)
Read more about the Feature Request process here
[Internal Id: 22085]
Hi Tim
SQL(‘SELECT …’) syntax is used where the SQL should be able to use it among/in the middle of other text. The SQL: syntax is for fields that only bring back the value of the SQL directly.
So there is logic to the system...
Should it be unified it would need to be the SQL(‘SELECT …’) syntax and have the old one as backward compatibility.
Iniciar sesión para dejar un comentario.