Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No alias

Status
Not open for further replies.

aryb

Programmer
Dec 27, 2000
1
RU
Is it possible to make CR 8.0 generate SQL query WITHOUT alias like this:
SELECT ... FROM TableName WHERE ... ?

Thank you.
 
What version of Crystal?

You can't modify the SQL in versions prior to 9 without losing the ability to have Crystal change the SQL later by virtue of it's field selection, etc. (meaning you'd always have to hardcode the SQL).

Why do you care whether there's an alias referenced?

Perhaps if you explain what you're trying to do, we can better help.

-k kai@informeddatadecisions.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top