C
cj
I have a table with 3 fields (field1 is text, field2 and field3 are int)
I want to write a sql command for VB that will return field1 and the sum
of field2 and field3. For instance if the table had two rows
Ted 4 7
Fred 5 8
the dataset returned would be
Ted 11
Fred 13
Can someone give me a statement to do this?
I want to write a sql command for VB that will return field1 and the sum
of field2 and field3. For instance if the table had two rows
Ted 4 7
Fred 5 8
the dataset returned would be
Ted 11
Fred 13
Can someone give me a statement to do this?