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.
我猜有些简单......我有一个由Netbeans创建的jTable,它绑定到一个mysql DB。
该表正在从表中获取所有数据,但我只需要获取具有特定字段值的数据。Netbeans 自动创建一个类,但我找不到添加 WHERE 子句的地方。
例如,我需要该表来执行最终查询,SELECT * WHERE ID = 123;
select * where ID = 123
作为查询不正确。你应该先研究一下,在 30 秒内我发现了这个,我相信它可以解决问题。