Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> for help
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.
Thanks,
LLI Received on Thu Jul 18 2002 - 15:43:17 CDT
![]() |
![]() |