1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
answerbook/sql/tmp_table.sql
2022-09-24 20:55:17 +08:00

3 lines
171 B
SQL

-- CREATE TEMPORARY TABLE tmp_table SELECT distinct text FROM answer
drop table if exists tmp_table
CREATE TABLE tmp_table SELECT distinct text FROM answer order by text