One of row will have the data as 30 > 50, or 170 > 40 etc
How to evalute this varchar column data to find what it represents true or false. SQL Server 2008 R2 and above.
One of row will have the data as 30 > 50, or 170 > 40 etc
How to evalute this varchar column data to find what it represents true or false. SQL Server 2008 R2 and above.
データをこの (面倒な) 形式で保持する必要がある場合は、おそらく文字列を個々の部分に解析することが最善の策です。次の手順のようなもの:
データベースに挿入する前に、これを計算する方法を見つけることを個人的にお勧めします。現在、あなたが保管しているものと必要なものは非常に離れています。