如何在 mysql 中的 select 语句上使用 if/else 条件?
如果 Type = "Initial Read",Select the Initial Column from table_name
否则如果 Type = "Final Read",Select the Final Column from table_name
我该怎么做?什么是正确的查询?我用案例选择吗?
如何在 mysql 中的 select 语句上使用 if/else 条件?
如果 Type = "Initial Read",Select the Initial Column from table_name
否则如果 Type = "Final Read",Select the Final Column from table_name
我该怎么做?什么是正确的查询?我用案例选择吗?