Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个问题。我正在使用 sql 数据库在 java 中编写程序。我想计算数据库表的特定原始数据中有多少重复项。我找到了一个查询,该查询可以找到重复项的数量,但它会创建数据库表中的新原始数据以保存数据。因为我不想更改数据库结构(我只想从中读取数据)。我如何获取查询的数据而不必在数据库?
您可以通过使用TABLE变量或temp table然后选择该输出来执行此操作TABLE
TABLE
temp table
但首先,您应该在此处编写查询或其逻辑。因为在餐桌上创建新的 raw不是强制性的。