Im using modelsManager. Is there any way to set maybe user variable or use alias in phql to acces aliased calculated column ? In mysql you can just do (SELECT THIS_CALCULATED ALIAS) and its working but it doesnt in phalcon.
Im using modelsManager. Is there any way to set maybe user variable or use alias in phql to acces aliased calculated column ? In mysql you can just do (SELECT THIS_CALCULATED ALIAS) and its working but it doesnt in phalcon.