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

Queries or views in SQLyq

forums forums SQLyog Using SQLyog Queries or views in SQLyq

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8019
      emari
      Member

      two tables and one relation: names and addresses relation on social security. How can I see the full record?

    • #14481
      CalEvans
      Member

      select *

      from tableOne left join tableTwo on tableOne.ssn_is_not_a_primary_key = tableTwo.ssn_is_not_a_primary_key

      where some_condition_here.

      =C=

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