Solar_Sql_Select::compoundOrder()

public Solar_Sql_Select Solar_Sql_Select::compoundOrder ( string|array $spec )

Adds a compound row order to the query; used only in UNION (etc) queries.

Parameters

  • (string|array) $spec: The column(s) and direction to order by.

Returns

  • (Solar_Sql_Select)

Description

Adds a compound row order to the query; used only in UNION (etc) queries.



Local