Jump to content

Querying on part of a column


lxndr

Recommended Posts

I have a database item which always has 16 characters (varchar), each of which is set to either "0" or "1".  It's used to indicate which of 16 different characteristics  (a "1" indicates the existence of a characteristic) are present in a particular item and has values such as:

 

0000010000000010

0000000000000000

1110110110000001

 

etc

 

What I'd like to be able to do is produce some statistics to show how often individual characteristics have occurred.  I can see that I could easily do that by running 16 SQL queries (one for each of the 16 characters) but was wondering if there was a better or more efficient way of doing it ?

 

Any help greatly appreciated.

 

Link to comment
https://forums.phpfreaks.com/topic/191013-querying-on-part-of-a-column/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.