My question related to MySQL ,
how to set data which is result from where condition
for example , in tbl_user there is status column now i want to update status column with starting letter current existing word in status column
existing data
tbl_user
useid | status
sam Active
jam Inactive
what i want after updating
useid | status
sam A
jam I
Thanks in advance