Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
其中一行的数据为 30 > 50 或 170 > 40 等
如何评估此 varchar 列数据以找出它代表的是真还是假。SQL Server 2008 R2 及更高版本。
如果您必须以这种(痛苦的)形式保存数据,那么您最好的选择可能是将字符串解析为单独的部分。类似于以下步骤:
我个人建议在插入数据库之前找到一种计算方法。你现在存储的东西和你需要的东西相距甚远。