我从光谱中取了一个字段作为“文件名 Pro_180913_171842”。尝试了sql中的功能,例如
`select
fields
from spectrum.ex
where cast(SPLIT_PART('filename Pro_180913_171842','Pro_',2)as
timestamp)>cast('2018-09-12 15:13:54.0' as timestamp)`
但它只返回空行!
我从光谱中取了一个字段作为“文件名 Pro_180913_171842”。尝试了sql中的功能,例如
`select
fields
from spectrum.ex
where cast(SPLIT_PART('filename Pro_180913_171842','Pro_',2)as
timestamp)>cast('2018-09-12 15:13:54.0' as timestamp)`
但它只返回空行!