HI,
i have a table with 5 columns
keyword D1 D2 D3 Total
how 1 1 1 3
are 0 0 2 2
you 0 1 0 1
i want to retrieve only columns count where the name starts with D so form the above table the result should be 3 please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You know the 3 columns starting D already: it’s inane to do it dynamically in case you add a new column D4