sample_user_queries
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| sample_user_queries [2014/08/04 11:13] – daniel | sample_user_queries [2014/08/04 11:23] (current) – daniel | ||
|---|---|---|---|
| Line 45: | Line 45: | ||
| </ | </ | ||
| + | === Messages with attachments bigger than a given size === | ||
| + | (example: bigger than 1Mb) | ||
| + | <code sql> | ||
| + | select mail_id from attachments where content_size > 1024*1024 | ||
| + | </ | ||
| ---- | ---- | ||
sample_user_queries.txt · Last modified: 2014/08/04 11:23 by daniel
