Click here to Skip to main content
15,920,896 members

Comments by Member 11088078 (Top 14 by date)

Member 11088078 24-Nov-14 1:51am View    
could you complete the answer? because it still Invalid use of group function, I think a have some error with my code Im using this combined with your code.....sum(CHAR_LENGTH(letter) - CHAR_LENGTH(REPLACE(GROUP_CONCAT(distinct(letter) SEPARATOR ', '), ',', '')) + 1)
Member 11088078 24-Nov-14 1:42am View    
I appreciate your suggestion but, im just a beginner to do that procedure, I just need a simple query so that i can finish my project. thanks
Member 11088078 24-Nov-14 0:14am View    
Invalid use of group function
Member 11088078 2-Oct-14 23:21pm View    
Dim cmd As New OdbcCommand("INSERT INTO schemanetwork.table1(a,b,c) values('" & dt.rows(i).item("a").tostring() &"','" & dt.rows(i).item("b").tostring() &"','" & dt.rows(i).item("c").tostring() &"')where'" & dt.Rows(i).Item("a").ToString() & "' between '" & Trim(cmbfrom.Text.TrimEnd()) & "'And'" & Trim(cmbto.Text.TrimEnd()) & "'", ServerCN)


Im using this query but it is failed. can your correct it? this is my last problem please.
Member 11088078 2-Oct-14 23:14pm View    
Finally done!, but one last question before i finish my question, what if I will add date range from column a because calumn a is date, i want to add in local connection, query like this "where a between 2014 and 2015"