1 2 3 |
-- Using binary column in where clause: Prefix '0x' in the selected value SELECT * FROM `piwik_log_link_visit_action` where idvisitor = 0x5F513943F057BD24 |
1 2 3 |
-- Using binary column in where clause: Prefix '0x' in the selected value SELECT * FROM `piwik_log_link_visit_action` where idvisitor = 0x5F513943F057BD24 |