G
Guest
hi,
Is there any function to fetch the last record in a table?
I have a table which has data with the data type of primary key being text.
The column value has data in the following format:
"XX/abc" . XX is some string and "abc" is a running number.
When a new record is insterted into the table, I need to increment "abc" by
1.
Could someone guide me as to how to achieve this?
TIA,
cole
Is there any function to fetch the last record in a table?
I have a table which has data with the data type of primary key being text.
The column value has data in the following format:
"XX/abc" . XX is some string and "abc" is a running number.
When a new record is insterted into the table, I need to increment "abc" by
1.
Could someone guide me as to how to achieve this?
TIA,
cole