How can we know the rowid for a row table.
I know for column table
select "$rowid$"from table_name
will suffice but this is not working for row table.
what is the solution for this?
How can we know the rowid for a row table.
I know for column table
select "$rowid$"from table_name
will suffice but this is not working for row table.
what is the solution for this?