Asking help about SQL(Select)

2001-02-05 Thread Dart
Dear All, Sorry for bothering everyone. I am just working with MySQL but I have faced a problem: I have a table with following problems: TableA with following columns: NameCashincome transaction_income I cannot change the form of table. If i wanna to have

Re: Asking help about SQL(Select)

2001-02-05 Thread Rus
select name,(Cashincome+transaction_income) as Income from TableA; - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 05, 2001 5:04 PM Subject: Asking help about SQL(Select) Dear All, Sorry for bothering everyone. I am just working with MySQL