This request "select count(distinct Name_Champ) from Name_table into temp Name_temprory_table;" mean's :
Select the count of all distinct Name_Champ and insert it in temporary table named Name_temprory_table.
thinks.
I want to use this request "select count(distinct Name_Champ) from Name_table into temp Name_temprory_table;"
in MySql.
but the response of the MySql is:
"MySQL a répondu:You have an error in your SQL syntax near 'Name_temprory_table from Name_table ' at line 1"
thanks
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.