Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

select from diffrent tables

SELECT table1.field1,table1.field2, table2.field3,table2.field8 from table1,table2 where table1.field2 = something and table2.field3 = somethingelse
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #select #diffrent #tables
ADD COMMENT
Topic
Name
7+1 =