Hi,
I have seen the message in fields list:
Functions should have aliases, e.g: COUNT(*) AS mycount.
So I thought some magic is possible like concatenating several fields into one like:
CONCAT_WS(' ', adddress1, address2) AS address
What else? Counting values on the fly like: quantity*price AS value
Is there any way to do some operations on the database fields before displaying in the table column?
Obviously in Auto Listing...
I know I am in control with PHP in Custom Listing...
Regards
Henryk
I have seen the message in fields list:
Functions should have aliases, e.g: COUNT(*) AS mycount.
So I thought some magic is possible like concatenating several fields into one like:
CONCAT_WS(' ', adddress1, address2) AS address
What else? Counting values on the fly like: quantity*price AS value
Is there any way to do some operations on the database fields before displaying in the table column?
Obviously in Auto Listing...
I know I am in control with PHP in Custom Listing...
Regards
Henryk