|
Hi guys,
I use a simple select statement " select count(*) from my_table" which works
well in design mode. When i call it during run time " select count(*) into :li_i
from my_table", i always receive an error message telling my_db_name.count()
doesn't exist. Is there a default database name that must be called during run
time to access such a function?
Regards,
Hatem
[Non-text portions of this message have been removed]
|