cms

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • cc12
    Whiz
    • Feb 2015
    • 49

    cms

    Hi,

    Would it be possible to delete random skills in bulk directly from the database through a sql query ,giving a string of skills to be removed( selecting specific database tables that have skill as the attribute) ?
    Is it recommended ?
  • shaikht
    Genius
    .
    • Feb 2010
    • 246

    #2
    Hi,

    Yes it can be done. You need to query synonyms table for same.

    Below values will be seen in table. Select your value(skill number) to create SQL:

    acd_no 1
    item_type split
    item_name training
    value 23
    descr
    standard

    I hope it helps.

    Comment

    Loading