pub fn is_valid_sql_label(name: &str) -> bool
Spec invariant sql-name: ^[A-Za-z][A-Za-z0-9_]*$.
sql-name
^[A-Za-z][A-Za-z0-9_]*$