A admin Administrator Staff member Aug 21, 2008 #1 I have two mysql tables, both tables have this column called Publisert, how can I tell the difference later in my script This is my query SELECT P.*, A.* FROM PressPictures P, Artister A WHERE P.Artist = A.aid AND P.pid = $Pid
I have two mysql tables, both tables have this column called Publisert, how can I tell the difference later in my script This is my query SELECT P.*, A.* FROM PressPictures P, Artister A WHERE P.Artist = A.aid AND P.pid = $Pid