mysql - Fulltext search in inner join table -


i've query:

select r.*, rtype.type type fromapp_resourcer inner joinapp_resource_typertype on rtype.id = r.resource_type_id match(name,type) against('abcdef' in boolean mode)

this query results:

#1210 - incorrect arguments match

what wrong? both columns have full-text index!


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -