There is a field with:
/detail.php?subject=test&catalog=558
The field could also have
/detail.php?subject=test&catalog=558§ion=1
The field could also have
/detail.php?subject=test&catalog=558§ion=1&term=1068
Is there a way in a select statement to extract the data so I have
test
558
1 have this data if section is in the string
1068 have this data if the term is in the string
Help is appreciated.
/detail.php?subject=test&catalog=558
The field could also have
/detail.php?subject=test&catalog=558§ion=1
The field could also have
/detail.php?subject=test&catalog=558§ion=1&term=1068
Is there a way in a select statement to extract the data so I have
test
558
1 have this data if section is in the string
1068 have this data if the term is in the string
Help is appreciated.