RegisteredCodes-------- ------ABCK012 25当代码匹配RegisteredCodes表的任何行中的模式时,是否可以编写查询来检索CodeVariations中的所有行?即,任何与'ABC_012'、'DEF_024'或'JKLX048'的相似模式相匹配的行。其结果应是:
CODE AMO
假设有一个包含JSON列的Postgresql表。现在,我如何只获取那些与某个“JSON-Schema”匹配的表行呢?select category#>'{Kategorie}' from dataset where category#>'{Kategorie}' is not null
将只获取那些与{Kategorie}模式匹配的行