Skip to content

[feature] Support for MySQL variables #14

@mrtnsn

Description

@mrtnsn

Support for MySQL User defined variables would be nice.

Like this:

set @dateFrom = '2016-01-01 00:00:00';

select
    *
from
    orders
where
    orders.created_at >= @dateFrom

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions