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

Skip Columns During Synchronization?

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Skip Columns During Synchronization?

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #30446
      peterlaursen
      Participant

      There is an WHERE option for each table. It selects rows that should be considered further in the process. So using the WHERE condition 

      Code:
      not like '%@%'

      … for that email column should do the trick in my understanding. All rows with a '@' in that column will be skipped. And this

      Code:
      not like '%'

      .. will skip every row. All strings satisfy  like '%' and thus no strings satisfy not like '%'

      But be aware of this (Release notes for 8.0): 

      “The SQL_WHERE option in Data Sync is changed so that WHERE-condition is evaluated againstonly (before it was bothand (logically OR'ed)).”

    • #30447
      navyashree.r
      Member

      Hey John,

      Also, can you please confirm which SQLyog version you are using?

      And please try with the latest 8.22 SQLyog version and confirm whether this is reproducible or not?

      8.22 SQLyog from our DOWNLOADS page,

      http://www.webyog.com/en/downloads.php

      Please help in nailing down this issue.

      Regards,

      Navya

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