Provide easy and simple PHP MYSQL tutorial and code examples
SELECT a.field1,a.field2,b.field3,b.field4 FROM table1 a, table2 b where a.field1 = b.field3
Post a Comment
No comments:
Post a Comment