首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
›
MySQL 5.5 Community Server
›
MySQL 5.6 Community Server
›
Percona Configuration Wizard
›
XtraBackup 搭建主从复制
Great Sites on MySQL
›
Percona
›
MySQL Performance Blog
›
Severalnines
推荐管理工具
›
Sequel Pro
›
phpMyAdmin
推荐书目
›
MySQL Cookbook
MySQL 相关项目
›
MariaDB
›
Drizzle
参考文档
›
http://mysql-python.sourceforge.net/MySQLdb.html
广告
V2EX
›
MySQL
请问mysql如何查询id能被3整除的数据
lusin
·
2013-03-07 21:44:31 +08:00
· 4660 次点击
这是一个创建于 4268 天前的主题,其中的信息可能已经有所发展或是发生改变。
MySQL
ID
整除
3 条回复
•
1970-01-01 08:00:00 +08:00
1
ljbha007
2013-03-07 22:13:03 +08:00
select * from my_table where id % 3 = 0
2
cjou
2013-03-07 22:18:18 +08:00
SELECT id From `table` WHERE id mod 3=0;
3
likexian
2013-03-07 22:22:52 +08:00
http://dev.mysql.com/doc/refman/5.0/en/mathematical-functions.html#function_mod
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1089 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 27ms ·
UTC 22:31
·
PVG 06:31
·
LAX 14:31
·
JFK 17:31
Developed with
CodeLauncher
♥ Do have faith in what you're doing.