-1
good evening, I have a problem, I want to take the data of a column in a View I created and put this data in a column of a table, follow the code I used to create the View, I’m already two weeks trying to solve this but there is no way.
create view bag as select name the name, marry when LEFT(name,1) = '*' then 'purse' when RIGHT(name,2) = '**' then 'inclusion'
end as classes
from tbl_user
I am using mysql Workbench 6.3