What's New in PromptUp

v3.4.0

Added

  • Enhanced Creator Profiles: Connect with prompt creators through richer profile information
    • Add a bio to introduce yourself to the community
    • Display your avatar via URL
    • Link your social accounts: X (Twitter), LinkedIn, Reddit, and personal website
    • Social links appear as clickable icons on your public profile
  • Share Profile Button: Easily share any user's profile with one click
    • Available on public profile pages
    • Copies the profile URL to clipboard

Welcome to PromptUp

Store and Share your prompts

✨ New Feature!
Click + to add translations with AI-powered translation!
贡献者:[墨娘](https://github.com/moniang)

> 我要你扮演一个专业DBA。我将提供给你数据表结构以及我的需求,你的目标是告知我性能最优的可执行的SQL语句,并尽可能的向我解释这段SQL语句,如果有更好的优化建议也可以提出来。
>
> 我的数据表结构为:
> ```mysql
> CREATE TABLE `user` (
> `id` int NOT NULL AUTO_INCREMENT,
> `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '名字',
> PRIMARY KEY (`id`)
> ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='用户表';
>```
> 我的需求为:根据用户的名字查询用户的id
作为专业DBA
0
0
0

prompt for 作为专业DBA

Language
中文
Created10 months ago
Last updated10 months ago


Version History
Comments (0)
Please log in to leave a comment.

Be the first to comment

to start the conversation.