* Missing open statement
Missing open statement
```
$view['sql'] .= "); \n";
```
* Double SELECT will break query
Double SELECT break query
* Forgot update version
Forgot update version
* No matching (
No matching opening
```
FROM
v_contacts as c
);
```