This topic created in 4798 days ago, the information mentioned may be changed or developed.
3 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
ljbha007 Mar 7, 2013
select * from my_table where id % 3 = 0
|
 |
|
2
cjou Mar 7, 2013
SELECT id From `table` WHERE id mod 3=0;
|