All pastes #665890 Raw Edit

Unnamed

public text v1 · immutable
#665890 ·published 2007-08-21 18:15 UTC
rendered paste body
mysql> select count(*) from Jobs where career_commit like '%FT%';
+----------+
| count(*) |
+----------+
|        0 |
+----------+
1 row in set (0.00 sec)

mysql> select count(*) from Jobs where career_commit = 'FT';
+----------+
| count(*) |
+----------+
|      265 |
+----------+
1 row in set (0.00 sec)