sql - MySQL join error -



sql - MySQL join error -

the next query gives me error in phpmyadmin. looks syntactically right me, , table/column names match accordingly. have tried number of variations (quoting table names, using as, etc) no luck.

select * grouping inner bring together group_member on group.group_id = group_member.group_id group_owner='test';

error i'm getting:

1064 - have error in sql syntax; check manual corresponds mysql server version right syntax utilize near 'group inner bring together group_member on group.group_id = group_member.group_id ' @ line 2

"group" sql-keyword, need surround backticks if want utilize tablename.

mysql sql join

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -