Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Insert Or Update Text-field With Raw Value "find_in_set(…)"

forums forums SQLyog SQLyog: Bugs / Feature Requests Insert Or Update Text-field With Raw Value "find_in_set(…)"

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #13238
      Meinolf
      Participant

      I save sql-commands manually in a column. Normally it works fine and the whole command will be inserted properly (automatically masked at insert or update).

       

      A value like ” find_in_set(…) ” will not be inserted properly, the program tries to interpret it! The quotation marks are not present.

       

      The created sql is wrong: insert into tablename (columns-names) values (…, FIND_IN_SET(..,..), … );

       

      It should be something like this: insert into tablename (columns-names) values (…, “FIND_IN_SET(..,..)”, … );

       

      I know it is a rarely used value…

       

      With best regards,

      Swen

       

      OS: you are doing great work!

       

    • #34995
      sathish
      Member

      Hello,

       

      Please refer this FAQ: http://faq.webyog.com/content/8/116/en/can-i-use-functions-with-sqlyog-data-and-result-panes.html Which describes how to handle FUNCTIONS in table data or result pane. 

       

      Regards,

      Sathish

Viewing 1 reply thread
  • You must be logged in to reply to this topic.