Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Queries or views in SQLyq
two tables and one relation: names and addresses relation on social security. How can I see the full record?
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=