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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL syntax for Crystal

Status
Not open for further replies.

tmcain

Programmer
Jan 29, 2002
25
0
0
US
I need to convert SQL syntax that originated in access to a crystal report. I am not familiar with proper placement of tick marks, etc. and am having problems finding how to do this in help or online.

I basically am changing the 'from' section of the SQL statement.

Here is the access version:
Code:
FROM (PROD_TIDWOWRK INNER JOIN PROD_TIDWOTSK ON PROD_TIDWOWRK.WORK_ORDER_NBR = PROD_TIDWOTSK.WORK_ORDER_NBR) LEFT JOIN PROD_TIDSCHRC ON (PROD_TIDWOWRK.KEY_REF_NBR = PROD_TIDSCHRC.REFERENCE_NBR) AND (PROD_TIDWOWRK.KEY_REF_TYPE = PROD_TIDSCHRC.REFERENCE_TYPE)

If you can help me get the syntax right, I'd be SOOOO happy!
 
Additional info, the database is Oracle 8.16
 
Sorry, already tried that one and it doesn't work. I was going to do it manually.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top