Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

joining tables

select s.identification, s.name, s.`shoe size`, p.price, p.year
from shoes s
join payment p on p.paymentid = s.identification
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #joining #tables
ADD COMMENT
Topic
Name
9+2 =