我正在使用MySQL,我有一个函数可以接受表行中的col数据,并返回一个表值函数。例如,像这样的函数:CREATEFUNCTION[dbo].[wordlongerthan4](@inputtext)returns@resulttable(posint,wordvarchar,)这将返回长度超过4char的单词及其位置。我想做一个类似下面的sql从某个表中选择t.name,wordlongerthan4(t.content)作为t;在table上------------------------------------------------------------------|id|n