cancel
Showing results for 
Search instead for 
Did you mean: 

SQL union command?

Former Member
0 Kudos

can union command will work in crystal report? I tried and it did not work. if it can work than what will be syntax for that. thanks!

regards,

mansoor

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You have to do it from within a SQL Command using the SQL syntax that matches you particular RDBMS.

Jason

Former Member
0 Kudos

where that would be in crystal?

Former Member
0 Kudos

Open the Database Expert.

On the right hand side of the screen, expand your data source until you see the "Add Command" option

That will open the Command window.

Enter your SQL code there.

Former Member
0 Kudos

Quick tip: Try to get everything into one SQL Command. Mixing Commands with tables or even other commands can cause major performance issues.

Jason

Former Member
0 Kudos

Jason,

thanks for your help, I was able to create a report using SQL Command tool. Much appreciated!

Mansoor

Answers (0)