Crystal Reports:表连接中的表达式

时间:2013-03-18 10:31:56

标签: crystal-reports

是否可以通过使用非简单和通常的字段A =字段B来连接Crystal Records中的表,但更复杂的是:

select * from table1 inner join table2
on table1.A=2*table2.B

select * from table1 inner join table2
on ASCII(table1.A)=ASCII(table2.B)

1 个答案:

答案 0 :(得分:0)

使用单个Command而不是Database Expert中的表。您将能够使用更复杂的SQL。