select customer_code,
sum(case
when trans_type = 'DRINV' then
trans_value
else
-trans_value
end) as net_sales
from dr_trans
group by customer_code
select customer_code,
sum(case
when trans_type = 'DRINV' then
trans_value
else
-trans_value
end) as net_sales
from dr_trans
group by customer_code
MySQL/PHP त्रुटि:[2002] प्रत्येक सॉकेट पते (प्रोटोकॉल/नेटवर्क पता/पोर्ट) के केवल एक उपयोग की सामान्य रूप से अनुमति है
Mysqldump द्वारा बनाई गई विशाल लाइन लंबाई से कैसे निपटें
सीधे mySQL कमांड लाइन के माध्यम से छवि अपलोड करें
PHP mysql_num_rows डाई एरर
mysql/अस्पष्ट खोज के लिए लेवेनशेटिन दूरी का कार्यान्वयन?