LAST_INSERT_ID() returns the last inserted ID from column with AUTO_INCREMENT property.
Firstly, is there any way to get the last inserted ID at the column which has not AUTO_INCREMENT property.
If yes, how do i get the last inserted ID?
Any ideas would be awesome.