You Are giving Query For Database that's why you are getting on it
https://dev.mysql.com/doc/refman/8.4/en/keywords.html#keywords-8-4-detailed-G
GROUPS is a reserved word. You will need to use quotes (or rename the table)
 Kamronbek Osimjonov
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                      
                      
                        
                          Kamronbek Osimjonov
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                    
                    
                  Understand thanks
 Kamronbek Osimjonov
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                      
                      
                        
                          Kamronbek Osimjonov
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                    
                    
                  i cant rename it, can you help? UPD: this worked for me RENAME TABLE `group` TO `chats`;
 i cant rename it, can you help?
UPD: 
this worked...
                      
                      i cant rename it, can you help?
UPD: 
this worked...
                    Try change desc "groups" ; to desc schemaname.gropus; You need to add a full pathname to the object, including the schema name, where your object is.
 Kamronbek Osimjonov
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                      
                      
                        
                          Kamronbek Osimjonov
                          
                        
                      
                    
                    
                    
                    
                      Автор вопроса
                    
                    
                  Thanks, i just changed the quotes and it worked, instead of using " i used ’
Обсуждают сегодня