I would like to know if it's possible to alias a column name with spaces in for example
$query = "SELECT u.firstName AS 'First Name' FROM User u";
$result = $query->getResult( Query::HYDRATE_ARRAY );
I would like to know if it's possible to alias a column name with spaces in for example
$query = "SELECT u.firstName AS 'First Name' FROM User u";
$result = $query->getResult( Query::HYDRATE_ARRAY );
© 2022 - 2024 — McMap. All rights reserved.