Current Path : /home/usr.opt/mysql57/mysql-test/suite/sysschema/r/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : /home/usr.opt/mysql57/mysql-test/suite/sysschema/r/fn_quote_identifier.result |
SELECT sys.quote_identifier(NULL); sys.quote_identifier(NULL) NULL SELECT sys.quote_identifier('abc'); sys.quote_identifier('abc') `abc` SELECT sys.quote_identifier('ab`c'); sys.quote_identifier('ab`c') `ab``c` SELECT sys.quote_identifier('ab``c'); sys.quote_identifier('ab``c') `ab````c` SELECT sys.quote_identifier('ab```c'); sys.quote_identifier('ab```c') `ab``````c` SELECT sys.quote_identifier('a`b`c'); sys.quote_identifier('a`b`c') `a``b``c` SELECT sys.quote_identifier('a`b``c'); sys.quote_identifier('a`b``c') `a``b````c`