Re: [Discuss] SQL Client syntax to show a configuration

2022-12-21 Thread Sergey Nuyanzin
tement also sounds good to me. > > Best regards, > Yuxia > > - 原始邮件 - > 发件人: "Martijn Visser" > 收件人: "dev" > 发送时间: 星期三, 2022年 12 月 21日 下午 5:44:15 > 主题: Re: [Discuss] SQL Client syntax to show a configuration > > Hi Mingliang, > >

Re: [Discuss] SQL Client syntax to show a configuration

2022-12-21 Thread yuxia
may be used to it, seems use "SET 'key'" is also acceptable. But I have no much strong preference, use some other thing like "SHOW" statement also sounds good to me. Best regards, Yuxia - 原始邮件 - 发件人: "Martijn Visser" 收件人: "dev" 发送

Re: [Discuss] SQL Client syntax to show a configuration

2022-12-21 Thread Martijn Visser
Hi Mingliang, Thanks for opening a discussion thread on this topic, much appreciated. If there is no standard SQL for this, then we should have a discussion on this topic indeed. I'm not a fan of using "SET" to show a value. For me, "SET" implies that you are setting a value. I prefer "SHOW" sinc

[Discuss] SQL Client syntax to show a configuration

2022-12-21 Thread Mingliang Liu
Hi all, Currently in SQL Client we can use the "SET 'key'='value'" command to set a value to a config property key for the session. We can also list all config properties by just calling "SET". It would be convenient to show the value of a specific config property given its key(s). Without this, u