Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> for help

for help

From: Laya Li <lli_at_sos.state.tx.us>
Date: 18 Jul 2002 13:43:17 -0700
Message-ID: <6fb217d.0207181243.417f00a2@posting.google.com>


Hi every one,
I read a few samples codes of OCI, such as oci04.c oci06.c and oci02.c. I cannot understand the query they used. Here is this query: select cname, clength, colid

                   from ocicolu
                   where tname = tabname;
What is ocicolu? Is it a table name? what is tname? In these codes, looks like tabname is argument, so you can use the same query select data from different tables.
could anyone explain this query to me?

Thanks,

LLI Received on Thu Jul 18 2002 - 15:43:17 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US