[ Version ( since = "4.2" ) ]
public SqlBuilderId select_add_field (string field_name, string? table_name, string? alias)
Valid only for: SELECT statements.
Add a selected selected item to the SELECT statement.
For non-SELECT statements, see add_field_id.
this |
a SqlBuilder object |
field_name |
a field name |
table_name |
a table name, or |
alias |
an alias (eg. for the "AS" clause), or |
the ID of the added field, or |