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

Using sja

forums forums SQLyog SQLyog Comments Using sja

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8209
      ScienceMan
      Member

      I am using sja, the offline component of SQLyog, to try to duplicate and synchronize some tables. The tool we are now using allows selection of tables to be copied to be those that match a full SELECT statement, for example:

      //


      Select Stmt for Fred.Tables:

      Tables=select table_name as theTable from all_tables where owner='FRED';

      or

      //


      Select Stmt for Jim.Tables:

      Tables=select unique jim.work_table as theTable from jimtables jim, apples app, oranges orn where orn.tree_name='Valencia' and app.vendor=app.CRISPY and app.type=jim.favorite

      I don't see a way of constructing such table selections in the XML for sja; the only thing that seems to be possible is to put stuff after the (built-in, provided) WHERE . Is it possible to alter the table selection by adding qualifiers that come before the WHERE, as in the above examples?

      Thanks.

    • #15127
      Shadow
      Member

      You may set which fields of a given table should be synced in the Columns field. Table and column aliases cannot be set via GUI, although you may try to manipulate the xml file directly… I believe, however, that the options provided by sja are sufficent for all synchronization tasks!

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