79650572

Date: 2025-06-03 03:20:02
Score: 2
Natty:
Report link

You can set the session parameter enable_unicode_name_support to true:

-- Global can be removed without global

set global enable_unicode_name_support = true;

-- Create a Chinese column name table

create table table name (Chinese column name data type, ...);

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: xyf