Jump to content

Group Titles 4.x


NathanR

Recommended Posts

Thanks Daniel, got it worked out now.  If anyone needs help with the query went with this.

select g_id, word_default
from core_sys_lang_words cs
inner join core_groups g on replace(cs.word_key,'core_group_','') = g.g_id
where word_key like 'core_group_%'
order by g.g_id asc

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...