Forum: MySQL Jun 30th, 2008 |
| Replies: 2 Views: 4,304 I assume your are talking about the sub-queries. Inner join def_2 to what table, on what condition, in which sub-query? If you can answer that question, then post your table specs. |
Forum: MySQL Jun 21st, 2008 |
| Replies: 3 Views: 1,825 I guess that I don't understand. If you were to make a temporary table out of the data that you want pulled down, what would it look like? |
Forum: MySQL Jun 17th, 2008 |
| Replies: 4 Views: 2,738 try this
CONCAT( UPPER( SUBSTRING( colname, 1, 1 ) ) , LOWER( SUBSTRING( colname, 2 ) ) ) |