I created entity called industry as each account types are more than one.
Few accounts name contain specific word e.g. Finance. I want to insert industry type Finance using SQL query.
Three tables (1) AccountBase- Accountid, Name (2) Industry - Industryid, name (3) new_Account_Insdutry - accounted, industryid.
I need sql query to insert rows in to new_account_industry table those raws who met with where condition.
*This post is locked for comments