You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlparser.sqltext = "CREATE OR REPLACE VIEW test_view AS\n" +
"Select CASE WHEN test.code_number IN ('05','09','10','11','13','14','18','19','31','34','36','37','38','55') then 'Y' else 'N' end as code_number\n" +