Hi, I am a Crystal report writer trying to create a Crystal report based off of a SQL that I was given. The report pulls from an oracle database. I am trying to add the tables from this FROM statement to my Crystal report.
FROM
O_ITEM,
O_PAT,
ent_config.STAFF O_STAFF-AUTHORIZE,
PRIORITY,
O_PROMPT O_PROMPT_RESP,
I am not familiar with this Syntax and am trying to figure out what it means, specifically I am having trouble with 'ent_config.STAFF O_STAFF-AUTHORIZE,'. I can find the end_config.STAFF table in the database, but I do not see 'O_STAFF_AUTHORIZE'. And, I can find the 0_PROMPT table, but I don't see O_STAFF_AUTHORIZE.
Help would be very much appreciated!
Thanks,
Jan
FROM
O_ITEM,
O_PAT,
ent_config.STAFF O_STAFF-AUTHORIZE,
PRIORITY,
O_PROMPT O_PROMPT_RESP,
I am not familiar with this Syntax and am trying to figure out what it means, specifically I am having trouble with 'ent_config.STAFF O_STAFF-AUTHORIZE,'. I can find the end_config.STAFF table in the database, but I do not see 'O_STAFF_AUTHORIZE'. And, I can find the 0_PROMPT table, but I don't see O_STAFF_AUTHORIZE.
Help would be very much appreciated!
Thanks,
Jan