Edited by irfan_s, 27 August 2011 - 04:18 AM.
2 replies to this topic
#1
Posted 20 May 2011 - 05:45 AM
// edit //
|
|
|
#2
Posted 20 May 2011 - 05:53 AM
// edit //
Edited by irfan_s, 27 August 2011 - 04:18 AM.
#3
Posted 20 May 2011 - 07:52 AM
Your query should resemble the following:
select table1.field1, table2.field2, ... from table1 join table2 on (table1.field1=table2.field1) where a.pManuf='Apple'What you have above is simply not close to a valid SQL statement.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









