简体   繁体   中英

How to change SQL default convention?

I am writing some SQL sentences and finally I get a code where some of the letters are big, some are small and it doesn't looks good, eg:

SELECT * from dbo.Employee Where ...

I want to change the default convention that sometimes changes my code to big letters, does it possible?

Finally I see myself spending more time on changing the key letters to be camel letters which takes me some more time and it is a little bit annoying.

您可以使用任何在线SQL Formatter(例如Instant SQL Formatter)并指定大写,小写或驼峰大写形式。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM