{"data":{"name":"select","description":"Retrieve data from a table.","signature":["select($table, $columns)","select($table, $columns, $where)","select($table, $join, $columns, $where)"],"parameters":[{"table [string]":"The name of the table to query.","columns [array/string]":"The column or columns to retrieve."},{"table [string]":"The name of the table to query.","columns [array/string]":"The column or columns to retrieve.","where [array] (optional)":"The WHERE clause used to filter the result set."},{"table [string]":"The name of the table to query.","join [array]":"The join definitions used to combine related tables. Omit this parameter if no joins are required.","columns [array/string]":"The column or columns to retrieve.","where [array] (optional)":"The WHERE clause used to filter the result set."}],"returns":"[array] An array containing the retrieved rows.","note":"You can use <code>*</code> for the columns parameter to retrieve all columns. However, explicitly specifying only the required columns is recommended for better performance and readability.","desc":"Retrieve data from a table.","url":"/api/select","key":"select","documentation_url":"https://medoo.in/api/select"}}
