例如
select * from tab1 as a inner join tab2 as b on a.id=b.id
如果a b 表中都有一个字段c 
在delphi 中用数据库读取值时,该如何分别表示两个不同字段的值.