Ask Tom "String Concatenation"
Hi Tom, Is there anyway that I can just use SQL to do string concatenation on a VARCHAR2 field much the same way that a SUM() function is used on a NUMBER field. For example, SELECT SUM(revenue), department FROM sales_table GROUP BY ......