table prefix after adding all columns
已回答
Hello,
I am trying to find in settings where to specify to automatically add the table prefix after expand column list.
select x.* from tb as x results in all columns without the "x" prefix.
请先登录再写评论。
Please go to File | Settings | Editor | General | Smart Keys | SQL -> enable both options on top and set everything to Always.
thank you!