Click here to Skip to main content
15,905,682 members

Comments by Member 15352290 (Top 10 by date)

Member 15352290 15-Nov-21 10:15am View    
Thank you, I think both of you are suggesting right thing . I will try to implement it
Member 15352290 15-Nov-21 9:54am View    
I tried something like this : SELECT RIGHT('name:[Pencil]',CHARINDEX(':','name:[Pencil]')) but the output is 'ncil]'. Since i have to check for four possible user inputs , Each will be of different lengths. As name:[value], here value can have several different inputs of different lengths how i can check that
Member 15352290 15-Sep-21 3:03am View    
Thank you so much for your help
Member 15352290 15-Sep-21 3:03am View    
Deleted
The above solution does not solve my problem.
Member 15352290 15-Sep-21 2:59am View    
Hi actually I want to write a single function for both these tables mentioned above and based on some conditions select one table and create a new column with translation added as item.group and if another table is selected all the item should be added with item.class. The only thing i am not understanding is how to use a single function doing this functionality for both these tables