sql server - Finding a Combination (Box) in SQL -


I am trying to figure out whether a group of numbers is included in the second group of numbers or not.

  ID number fixed result --------- ------ 1 1457 5741 2 4187 7148 3 6324 1345  

Therefore, I will return the id for this dataset 1 & amp; 2. The numbers should be contained in the result of all numbers from the SAT.

Any suggestions?

It's not really difficult to just look for reverse. . Is there any case where there is no number in result from NumberSet

for the first row, you manually like < 1457 "to get the result of any other character / code> expression:

  where the result is '% [^ 1457]%'  

Want to:

  where the result is not like '% [^ 1457]%', now normalize:  
  where the result is '% [^' Numerator + ']%'  

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -