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...
Thanks for the reply Tim, but it dosen't quite get me to where I need to be.
Using:
SELECT DISTINCT name1,name2 FROM test;
As expected, I get two columns returned, one called "name1" showing all DISTINCT users, and one called "name2" showing all DISTINCT users.
I am...
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.