summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseCreateViewWithoutQuotes.in
blob: 26276fb4eae6a50507ec556069e6cbf2209c5e51 (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`;