db_distinct_field

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call db_distinct_field()

Namesort iconLocationDescription
db_rewrite_sqldrupal/includes/database/database.incRewrites node, taxonomy and comment queries. Use it for listing queries. Do not use FROM table1, table2 syntax, use JOIN instead.