select `a`+`b` as `c` from `table`;
select price, num, (price*num) as total from product
select price, num, (price+50) as total from product
bamossza
พลังงานการช่วยเหลือ
( Level 3 )
( 16 )
ตอบกระทู้ ( 112 )
เขียนบทความ ( 28 )
Code (SQL) ตัวอย่างเช่น
Code (SQL) หรือ
Code (SQL)
ลองดูก่อนครับ