クエリ:
select *,
(@page_path = concat(
@page_path,
chk_v_application_tree.alias
)) as path
from chk_v_application_tree
[Err] 1267-操作'='の照合(utf8_general_ci、IMPLICIT)と(utf8_bin、NONE)の不正な組み合わせ
クエリ:
select *,
(@page_path = concat(
@page_path,
chk_v_application_tree.alias
)) as path
from chk_v_application_tree
[Err] 1267-操作'='の照合(utf8_general_ci、IMPLICIT)と(utf8_bin、NONE)の不正な組み合わせ