Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
ERROR: currval of sequence "address_addressID_seq" is not yet defined in this session
Hi Team,
I need to generate auto-increment index on basis of 1 column values. Example -
I need to generate index on basis of file_name .
For example- filexyz , fileabc
So index should be 1_filexyz 52
1_filexyz 65
2_fileabc 100