a) SELECT DISTINCT email from YourTable. This gives you a list of all emails in VC output b) Loop through each email and then do a SELECT customerId, ...
確定! 回上一頁