Views Raw SQL allows arbitrary SQL expressions to be added to Views, as fields and sorts. This is useful when you want to do something more complicated than Views or Views Calc can do already, e.g. sort by the sum of two fields multiplied by the square root of another field, and you've already built functionality around doing this in Views so it would be a pain to switch to a custom query.
IMPORTANT: Views Raw SQL expressions are not safe. They can be used to circumvent data access restrictions with malicious SQL or to break a view with invalid SQL. So be very careful who you grant permission to use this module.
A typical use of this module will look something like this:
- In Views configuration, turn on the option to display query in preview.
- Create a View that includes all of the fields you want to use in your SQL expressions. For example, if you want to add two number fields together, you first need to get the number fields loading. If you don't know how to do this, you shouldn't be using this module.
- In the query preview, find the names of the fields you want to use. If you don't know how to read a SQL query, you shouldn't be using this module.
- Add a new raw SQL field or sort, and write an expression that uses existing fields.
In the example, above, the raw SQL field looked like this:
(field_data_field_value_change_week.field_value_change_week_value / field_data_field_value.field_value_value) * SQRT(field_data_field_value.field_value_value)
Alternative modules:
https://www.drupal.org/project/views_date_format_sql - to use SQL for date formatting (to allow aggregation / grouping)
Project information
Seeking co-maintainer(s)
Maintainers are looking for help reviewing issues.508 sites report using this module
- Created by sreynen on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
Releases
Development version: 2.x-dev updated 9 Sep 2024 at 08:03 UTC




