I need to save data into a MySQL column, let's assume the column name is "first_name". So how can I save the data in Uppercase by default?
Is there any way where I can set the column value to default to uppercase, so every time a data inserted from any script it will save in uppercase automatically.