summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseCreateViewWithQuotes.in
blob: 2155a8d25cc2817626bb468d40ac39080d44d057 (plain)
1
2
3
4
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost`
SQL SECURITY DEFINER VIEW `test_view`  AS
select `email_content`.`content_id` AS `content_id`,
`email_content`.`brand_id` AS `brand_id` from `email_content`;