Hi, Need help in an SQL problem:
I have a table that has individual records, There are 29 fields.
One is a unique ID, 14 are True/False and 14 are text.
Using a query to find one record, I'd like the SQL to Display only the fields that are True.
So, in an example:
SELECT *
FROM table
WHERE ID =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.