Hi Team,
I have one query to find count of the table, I have to do that through a variable like below
sql_stmt := 'select count(*) INTO'
||in_table_count
||'from'
||in_table
||'where hie_key ='
||in_hie_key;
End populate_table_count;
I have highlighted the query which i have tried. I am getting error like "00923. 00000 - "FROM keyword not found where expected"
Can you please any one help me?
Thanks in Advance.