create a new column from existing columns in sql code example
Example: how to make new column in sql
<?php
echo str_replace("john", "jack", "hello i am john");
?>
<?php
echo str_replace("john", "jack", "hello i am john");
?>