Can someone help. We see data going into IQ tables but the rowcounts are zero. You can create a table and do DDL and isnsert the data but you can't see it.
Please Help!
--
You received this message because you are subscribed to the Google Groups "iqug" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iqug+uns...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Might be two possibilities.
1. No commit was issued after inset statement. You don't need commit for DDLs.
2. You could be missing fully qualified name. Like dbo.tablename????
Regards,
Abhijit
Can someone help. We see data going into IQ tables but the rowcounts are zero. You can create a table and do DDL and isnsert the data but you can't see it.
Please Help!
--
Excuse me. It was not offer!
You need to be specific and provide example of what you are doing.
This is table extract and not table insert command!
Anyway you could have used 'set temporary option' and that's reason you need to rest to ''; . Or unless there is specific reason for not using temporary.
Regards,
Abhijit