Author Topic: mysql syntax help  (Read 1212 times)

0 Members and 1 Guest are viewing this topic.

Offline krypton

  • Poster
  • *
  • Posts: 428
mysql syntax help
« on: December 11, 2014, 11:19:07 AM »
hello

i want to join 3 tables with help of inner join in mysql.anybody tell me syntax of it.i tried everything but i facing errors in it

i tried
Code: [Select]
SELECT column_Name1,column_name2,......
  From tbl_name1,tbl_name2,tbl_name3
  where tbl_name1.column_name = tbl_name2.column_name
  and tbl_name2.column_name = tbl_name3.column_name


what mistake in it?

i posted this problem here because avast got excellent coders and designers.so i hope i will get help.
LAPTOP: LENOVO G50, 4 GB RAM, 500 GB HARD DISK, AVAST PREMIUM SECURITY 2020, WINDOWS 8.1

Offline Eddy

  • Avast Evangelist
  • Maybe Bot
  • ***
  • Posts: 31079
  • Watching (over?) you
    • Malware removal, Biljart and other things.
Re: mysql syntax help
« Reply #1 on: December 11, 2014, 06:25:31 PM »