| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Why doesn't this code need c(" ") if it is needed at the end: columns(alias_column<als>(&Employee::firstName) || " " || alias_column<als>(&Employee::lastName) it is needed here: &Employee::firstName || c(" ") || &Employee::lastName),
|
Sorry, something went wrong.
Because alias_column() returns alias_column_t<>, for which operator|| is overloaded. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.