sql - How to get a specific column when queried with certain data. (There are 'n' similar columns) -


i have n similar columns (x1, x2, x3,... xn) in record. want columns have value '5'. how done? in advance!

from vague description, think need simple clause.

select column_name(s) table_name column_name(s) =5; 

Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -