How to add a hardcoded value in select query
For example, I wanted to add a hardcoded value that is not a column in the table. How can I do that :
so the result for every query will have the same hard-coded value.
I can add that value after the query has executed, but I was wondering if I could do it in 1 step within the select().
so the result for every query will have the same hard-coded value.
I can add that value after the query has executed, but I was wondering if I could do it in 1 step within the select().