select *,
position(' ddd' in cast(filedname as varchar)) as myfiled
from mytable
postgresql 函数查询注意例如 position
最新推荐文章于 2024-04-19 13:32:03 发布
select *,
position(' ddd' in cast(filedname as varchar)) as myfiled
from mytable