Create a table which have a column of type identity
Connect to fluid shell and execute following command
sqlexport -II 'false' -o D:/fsdemo table_name
sqlexport -II 'true' -o D:/fsdemo table_name
Now for both these commands result is same in output file.
We have exported data by setting identity property to 'YES' and 'NO'.
so we were not able to understand whats the usage of this command.How this command will work ??