# 고도몰 튜닝 상점이라면 필독!

### 1. **password() 함수가 제거**돼요.

* DBMS 업그레이드 전 password() 함수가 활용된 기능들은 수정이 필요해요.

### **2. group by 절의 asc or desc 사용이 불가**해요.

* asc or desc를 사용하려면 <mark style="background-color:green;">**order by를 사용해주세요.**</mark>

### **3. 그 외 제거되는 기능들을 확인해주세요.**

* 그 외 제거되는 기능들을 반드시 확인해주세요. [**제거되는 기능 보러가기 >>**](/nhn-1/delete.md)

### **4. 지금은 제거되지 않지만, 나중에 제거될 수도 있는 기능들도 있습니다.**

* 이번 DBMS 업그레이드 후, 더 이상 사용되지 않으며 나중에는 제거될 수 있는 기능들도 확인해주세요.\
  [**제거될 수 있는 기능 보러가기 >>**](/nhn-1/un-used.md)

{% hint style="success" %}
DBMS 업그레이드에 대해 더 궁금한 내용이 있다면 문의를 남겨주세요.

[**문의 남기러가기 >**](https://tally.so/r/w2ej2V)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nhn-commerce.gitbook.io/nhn-1/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
