728x90
	<select id="getCustIdArray" resultType="string">
		/* custDAO.getCustIdArray */ 
		SELECT
		 array_to_string( 
			 ARRAY(
				select cust_id from tn_cust
			  )
		  , ', ') AS all_cust_id
	</select>
728x90

+ Recent posts