I have a table in database that is having some fields one of which is 'action'
action is having data like bse-similar,bse-action.....nse-similar,nse-action...etc.
now i want to fetch the data that is having 'bse' in its action field.
How can i do that in mysql?????
One more thing i want to copy this data to another table.How can i do that in simple query?????