Hi,
Can anyone suggest a good on-line source for information about MySQL Regular Expressions? I have an excellent book on MySQL, and it gives many examples, but it is not quite as comprehensive as I was hoping.
The root of my problems start with values in a column that have a start value and...
I have a table named "test" with 4 columns:
+------+------+------+------+
| num | info | name1 | name2 |
+------+------+------+------+
And I want a DISTINCT list of the names from "name1" and "name2" (some of the same names may appear in either...
I have two VARCHAR(20) columns that looks like this (in "DataTable", which contains many other columns):
Scene_ID Shot_ID
1 10
2 2.1
2 2a
19 7
19 2.1
Test RevisionA...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.