oracle、mssql、mysql数据SQL语句包含关键字的字符区别
oracle 关键字的标示符为[ ] 示例: select [table] , [username] from [table] where [id]
mssql 关键字的标示符为[ ] 示例: select [table] , [username] from [table] where [id]
mysql 关键字的标示符为` ` 示例: select `table` , `username` from `table` where `id`




![[原创] MYSQL 事务隔离级别实验](https://blog.75271.com/wp-content/themes/com75271/timthumb.php?src=https://blog.75271.com/wp-content/themes/com75271/css/img/pic/10.jpg&h=110&w=185&q=90&zc=1&ct=1)