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

Where clause from join of table

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Where clause from join of table

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #15731
      Shadow
      Member

      Hope I got your questin right: you want to sync the main table, but only those rows which are 'valid' and the validity are determined in another table.

      In this case the answer is no, you cannot use columns from another table (no FROM clause…). In this case, however, you could move the 'valid' field to your main table.

Viewing 0 reply threads
  • You must be logged in to reply to this topic.