Question Aditi Goswami · Jun 14, 2017 SQL Query for Range Hello, I have a question related to running an SQL query for range of data. I am running a query like: Select A,B from table_name where A>=12345 AND A<=12390 - Where A and B are my two of the properties under the mentioned table/class definition - A is an integer property Question: The result of the above query does not return me all the values between the mentioned range of integer though I do have all the values in that range. I see that some of the values are missing in result. #SQL #Caché 0 9 0 477
Question Aditi Goswami · Dec 28, 2016 Private Property Hello, I read the Cache Documentation where it describes Private Property as below: #SQL #Caché 0 7 0 671