Is possible have different conditions for each row in a query?

前端 未结 4 683
甜味超标
甜味超标 2021-01-25 19:26

How I can select a set of rows where each row match a different condition?

Example:

Supposing I have a table with a column called name, I want the

4条回答
  •  日久生厌
    2021-01-25 20:00

    I suppose you could do a sub query for each row, but it wouldn't perform well or scale well at all and would be hard to maintain.

提交回复
热议问题