Hi all!
I have a serious problem for me! I hope some of U know the answer.
I have a table. in my table there are columns. One of my important colums hold a text..the datas in it looks like here:
1. row
False,True,False,False,False,False,True,False,False,False,False,True,False,
False,True,False,True,False,True,True,True,False,True,True,False,True,
False,False,False,False,True,False,False,False,False,False,False,False,
False,False,False,False,False,False,True,True,False,
2. row
apar_properties
False,False,True,False,False,False,False,True,False,False,False,True,False,
False,True,False,False,True,True,True,True,False,False,False,True,False,
True,False,False,False,True,True,False,False,False,True,True,False,True,
True,False,False,False,False,False,False,True,
etc. As U can see, there are diffenrences in it because the different properties.. I have to write a Query! The query have to return with the IDs (not this is the problem).
QUESTION: in some cases the first 10 true/false not important for me (anything have to be true or false, not important). So in this cases I need a Query like this (but this not working): '%,%,%,%,%,%,%,%,%,%,True,False,True,etc,..This SELECT have to return the IDs where the first ten true/false may have anything and from the 11th I have to tell exactly what I need.
I hope U can understand my bla..
Many thx!
I have a serious problem for me! I hope some of U know the answer.
I have a table. in my table there are columns. One of my important colums hold a text..the datas in it looks like here:
1. row
False,True,False,False,False,False,True,False,False,False,False,True,False,
False,True,False,True,False,True,True,True,False,True,True,False,True,
False,False,False,False,True,False,False,False,False,False,False,False,
False,False,False,False,False,False,True,True,False,
2. row
apar_properties
False,False,True,False,False,False,False,True,False,False,False,True,False,
False,True,False,False,True,True,True,True,False,False,False,True,False,
True,False,False,False,True,True,False,False,False,True,True,False,True,
True,False,False,False,False,False,False,True,
etc. As U can see, there are diffenrences in it because the different properties.. I have to write a Query! The query have to return with the IDs (not this is the problem).
QUESTION: in some cases the first 10 true/false not important for me (anything have to be true or false, not important). So in this cases I need a Query like this (but this not working): '%,%,%,%,%,%,%,%,%,%,True,False,True,etc,..This SELECT have to return the IDs where the first ten true/false may have anything and from the 11th I have to tell exactly what I need.
I hope U can understand my bla..
Many thx!