LLMS_Database_Query::sql_select_columns( string $select_columns = '*' )

Retrieve the prepared SQL for the SELECT clause


Description Description


Parameters Parameters

$select_columns

(Optional) Columns to select. Default '*'.

Default value: '*'


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.database.query.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.5.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.