$query
Execute custom queries on the table and retrieve results based on the provided conditions. The $query method allows you to write and execute raw SQL or ORM-based queries directly, offering flexibility for complex data retrieval or manipulation operations.
Last updated