jjzjj

callValue

全部标签

MySQL在行前选择

这是示例表:Column|1strecord|2ndrecord|3rdrecord|4threcord|etcid(primary)|1|5|8|12|etcname|name1|name2|name3|name4|etcdate|date1|date2|date3|date4|etccallValue(unique)|val1|val2|val3|val4|etc我选择了一行作为要显示的数据(例如:带有callValue:val3的行)。但是我找不到解决方案:我需要选择上一行和下一行。因此,在本例中,我需要从行callValue:val4和callValue:val2或id:5和i

MySQL在行前选择

这是示例表:Column|1strecord|2ndrecord|3rdrecord|4threcord|etcid(primary)|1|5|8|12|etcname|name1|name2|name3|name4|etcdate|date1|date2|date3|date4|etccallValue(unique)|val1|val2|val3|val4|etc我选择了一行作为要显示的数据(例如:带有callValue:val3的行)。但是我找不到解决方案:我需要选择上一行和下一行。因此,在本例中,我需要从行callValue:val4和callValue:val2或id:5和i