我在 MYSQL 中有一个表,我想在前 5 列和从那时起的每一列之后开始查询。
有没有办法我可以像
select * from table where column 5 begins
我也知道第 5 列的标题是数字。所以它也可能是这样的
Select * from table where headers=[0-9]
我在 MYSQL 中有一个表,我想在前 5 列和从那时起的每一列之后开始查询。
有没有办法我可以像
select * from table where column 5 begins
我也知道第 5 列的标题是数字。所以它也可能是这样的
Select * from table where headers=[0-9]