What sql permissions required to join two tables

前端 未结 0 463
-上瘾入骨i
-上瘾入骨i 2021-01-06 01:48

Let\'s say I want to give access to a user to be able to query two tables and join them:

SELECT * from table1 JOIN table2 on table1.t_id=table2.id


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题